Unit test cases for iaas impl package
[appc.git] / appc-adapters / appc-iaas-adapter / appc-iaas-adapter-bundle / src / test / java / org / onap / appc / adapter / iaas / impl / TestIdentityUrl.java
index 2b13d07..09156bf 100644 (file)
@@ -21,7 +21,6 @@
  * ============LICENSE_END=========================================================
  */
 
-
 package org.onap.appc.adapter.iaas.impl;
 
 import static org.junit.Assert.assertNotNull;
@@ -30,7 +29,6 @@ import static org.junit.Assert.assertTrue;
 import java.util.Properties;
 import org.junit.BeforeClass;
 import org.junit.Test;
-import org.onap.appc.adapter.iaas.impl.IdentityURL;
 import org.onap.appc.configuration.ConfigurationFactory;
 
 public class TestIdentityUrl {