From e0addf5b588a1244f9679becd90999dfcb4c3a94 Mon Sep 17 00:00:00 2001 From: "ITSERVICES\\rb7147" Date: Tue, 25 Apr 2017 11:46:00 -0400 Subject: Policy 1707 commit to LF Change-Id: Ibe6f01d92f9a434c040abb05d5386e89d675ae65 Signed-off-by: ITSERVICES\rb7147 --- .../policy/xacml/test/json/ResponseTest.java | 29 ++-------------------- 1 file changed, 2 insertions(+), 27 deletions(-) (limited to 'ECOMP-XACML/src/test/java/org/openecomp/policy/xacml/test/json/ResponseTest.java') diff --git a/ECOMP-XACML/src/test/java/org/openecomp/policy/xacml/test/json/ResponseTest.java b/ECOMP-XACML/src/test/java/org/openecomp/policy/xacml/test/json/ResponseTest.java index 12da12cbf..a950c3905 100644 --- a/ECOMP-XACML/src/test/java/org/openecomp/policy/xacml/test/json/ResponseTest.java +++ b/ECOMP-XACML/src/test/java/org/openecomp/policy/xacml/test/json/ResponseTest.java @@ -2268,30 +2268,5 @@ System.out.println(jsonResponse); } catch (Exception e) { fail("operation failed, e="+e); } - } - - -//TODO - the JSON and XML spec imply that the Result Attributes may include the Content (It is part of the UML) - - - // test indentation??? - - // order does not matter?? - -} - - - - - - - - - - - - - - - - + } +} \ No newline at end of file -- cgit 1.2.3-korg