Add service creation API as an External API
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / impl / ComponentsUtilsTest.java
index b76ac2e..a4c8a3d 100644 (file)
@@ -432,11 +432,7 @@ public class ComponentsUtilsTest {
                testSubject.auditComponent(responseFormat, modifier, component, actionEnum, prevComponent,info);
        }
 
-       
-
-
 
-       
        @Test
        public void testAuditComponent_1() throws Exception {
                ComponentsUtils testSubject;
@@ -452,14 +448,6 @@ public class ComponentsUtilsTest {
                testSubject.auditComponent(responseFormat, modifier, component, actionEnum, type, prevComponent);
        }
 
-
-
-
-
-
-       
-
-
                
        @Test
        public void testValidateStringNotEmpty() throws Exception {