aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/aai/sa/rest/DocumentSchemaTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/org/onap/aai/sa/rest/DocumentSchemaTest.java')
-rw-r--r--src/test/java/org/onap/aai/sa/rest/DocumentSchemaTest.java19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/test/java/org/onap/aai/sa/rest/DocumentSchemaTest.java b/src/test/java/org/onap/aai/sa/rest/DocumentSchemaTest.java
index 62f9ef9..ab1d293 100644
--- a/src/test/java/org/onap/aai/sa/rest/DocumentSchemaTest.java
+++ b/src/test/java/org/onap/aai/sa/rest/DocumentSchemaTest.java
@@ -70,16 +70,17 @@ public class DocumentSchemaTest {
fileString.equals(jsonString));
}
+//
+// /**
+// * This test validates that we convert document definitions back and
+// * forth between json strings and POJOs without any loss of data in
+// * the case of document schemas which contain nested fields.
+// *
+// * @throws com.fasterxml.jackson.core.JsonParseException
+// * @throws com.fasterxml.jackson.databind.JsonMappingException
+// * @throws IOException
+// */
- /**
- * This test validates that we convert document definitions back and
- * forth between json strings and POJOs without any loss of data in
- * the case of document schemas which contain nested fields.
- *
- * @throws com.fasterxml.jackson.core.JsonParseException
- * @throws com.fasterxml.jackson.databind.JsonMappingException
- * @throws IOException
- */
@Test
public void nestedDocSchemaFromJsonFileTest() throws JsonParseException, JsonMappingException, IOException {