Improve Batches
[aaf/authz.git] / cadi / core / src / test / java / org / onap / aaf / cadi / test / JU_ServletContextAccess.java
index 7c67f8c..104923c 100644 (file)
@@ -71,10 +71,6 @@ public class JU_ServletContextAccess {
         when(filter_mock.getInitParameterNames()).thenReturn(enumeration);
     }
     
-    @Test
-    public void ConstructorTest() throws Exception {
-        ServletContextAccess sca = new ServletContextAccess(filter_mock);
-    }
 
     @Test
     public void logTest() throws Exception {