Skip to content

Commit 2ca729a

Browse files
committed
I'm removing this test because we never implemented json suites
1 parent 0aea229 commit 2ca729a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/test/java/edu/ucsb/nceas/mdqengine/serialize/SuiteTest.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,6 @@ public void testIterateWithNoChecks() {
3030
fail(e.getMessage());
3131
}
3232
}
33-
34-
@Test
35-
public void testJsonRoundTrip() {
36-
37-
try {
38-
String json = IOUtils.toString(this.getClass().getResourceAsStream("/test-docs/test-suite.json"), "UTF-8");
39-
Suite suite = (Suite) JsonMarshaller.fromJson(json, Suite.class);
40-
String j = JsonMarshaller.toJson(suite);
41-
assertTrue(j.contains("Testing suite"));
42-
} catch (Exception e) {
43-
e.printStackTrace();
44-
fail(e.getMessage());
45-
}
46-
}
4733

4834
@Test
4935
public void testXml() {

0 commit comments

Comments
 (0)