Policy 1707 commit to LF
[policy/engine.git] / ECOMP-REST / src / test / java / org / openecomp / policy / rest / XACMLRestTest.java
index 0d9355a..c49231b 100644 (file)
@@ -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