Increase unit test coverage for backend
[sdc.git] / asdctool / src / test / java / org / openecomp / sdc / asdctool / servlets / ExportImportJanusGraphServletTest.java
index 89a8446..9a7e16b 100644 (file)
@@ -32,11 +32,6 @@ public class ExportImportJanusGraphServletTest {
     }
 
     @Test
-    @Disabled("Investigate"
-        + "org.opentest4j.AssertionFailedError: Expected java.lang.NullPointerException to be thrown, but nothing was thrown."
-        + "Possible reason is :"
-        + "if (log.isDebugEnabled())"
-        + "in ExportImportJanusGraphServlet#printJanusGraphConfigFile")
     public void testExport() throws Exception {
         ExportImportJanusGraphServlet testSubject;
         File janusGraphPropertiesFile = null;