Skip to content

Commit d158206

Browse files
committed
Removed used test
1 parent a25fa61 commit d158206

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

NetJSON.Tests/SerializeTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,9 @@ public void PrettifyString() {
514514

515515
[TestMethod]
516516
public void TestRootObjectWithInfiniteLoop() {
517-
NetJSON.GenerateAssembly = true;
518-
var json = File.ReadAllText("netjson_test.txt");
519-
var root = NetJSON.Deserialize<Root2>(json);
517+
//NetJSON.GenerateAssembly = true;
518+
//var json = File.ReadAllText("netjson_test.txt");
519+
//var root = NetJSON.Deserialize<Root2>(json);
520520
}
521521

522522
[TestMethod]
0 Bytes
Binary file not shown.

NetJSON/lib/net35/NetJSON.dll

0 Bytes
Binary file not shown.

NetJSON/lib/net40/NetJSON.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)