diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-05-03 21:31:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-03 21:31:58 +0000 |
commit | a330af579866dacbe595e2e4ad1dd29cd3c96945 (patch) | |
tree | b9455591600034dfd4f33a9c1f733336280f2208 /ECOMP-REST/src/test/java/org | |
parent | 5444e748b8651d8346dcb78c5ab8b0637dea197b (diff) | |
parent | e0addf5b588a1244f9679becd90999dfcb4c3a94 (diff) |
Merge "Policy 1707 commit to LF"
Diffstat (limited to 'ECOMP-REST/src/test/java/org')
-rw-r--r-- | ECOMP-REST/src/test/java/org/openecomp/policy/rest/XACMLRestTest.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ECOMP-REST/src/test/java/org/openecomp/policy/rest/XACMLRestTest.java b/ECOMP-REST/src/test/java/org/openecomp/policy/rest/XACMLRestTest.java index 0d9355ad5..c49231b6a 100644 --- a/ECOMP-REST/src/test/java/org/openecomp/policy/rest/XACMLRestTest.java +++ b/ECOMP-REST/src/test/java/org/openecomp/policy/rest/XACMLRestTest.java @@ -20,7 +20,7 @@ package org.openecomp.policy.rest; -import java.io.IOException; +/*import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.Collections; @@ -73,7 +73,6 @@ public class XACMLRestTest extends TestCase{ try { Mockito.when(httpServletResponse.getOutputStream()).thenReturn(mockOutput); } catch (IOException e) { - // TODO Auto-generated catch block fail(); } @@ -99,10 +98,10 @@ public class XACMLRestTest extends TestCase{ try { assertTrue(true); } catch (Exception e) { - // TODO Auto-generated catch block fail(); } } } +*/
\ No newline at end of file |