X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Forg%2Fonap%2Faai%2Fsa%2Frest%2FDocumentSchemaTest.java;h=ab1d293ef14612c4762b8da15cc6fcfdf3d8e4f3;hb=ce701746049abfd94a87b46e43f296faf32d6213;hp=62f9ef907ef6088f5e002358dc02a448b7cdb9a6;hpb=06d31abe3065205c87447687ad87c05e602c97d7;p=aai%2Fsearch-data-service.git 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 {