Improve Batches
[aaf/authz.git] / cadi / core / src / test / java / org / onap / aaf / cadi / test / JU_PropAccess.java
index 45f221c..9ab2c98 100644 (file)
@@ -55,12 +55,6 @@ public class JU_PropAccess {
         PropAccess prop = new PropAccess((PrintStream)null, new String[]{"Invalid argument"});
     }
 
-    @Test
-    public void noLogItConstructionTest() throws Exception {
-        // Test for coverage
-        PropAccess prop = new PropAccess((LogIt)null, new String[]{"Invalid argument"});
-    }
-
     @Test
     public void propertiesConstructionTest() throws Exception {
         // Coverage tests