update the package name
[dmaap/messagerouter/msgrtr.git] / src / test / java / org / onap / dmaap / mr / test / dme2 / DME2AdminTest.java
@@ -19,7 +19,7 @@
  *  ECOMP is a trademark and service mark of AT&T Intellectual Property.
  *  
  *******************************************************************************/
-package com.att.mr.test.dme2;
+package org.onap.dmaap.mr.test.dme2;
 
 import java.net.URI;
 import java.net.URISyntaxException;
@@ -32,7 +32,6 @@ import junit.framework.TestCase;
 
 import com.att.aft.dme2.api.DME2Client;
 import com.att.aft.dme2.api.DME2Exception;
-import com.att.mr.test.dmaap.DmaapAdminTest;
 //import com.ibm.disthub2.impl.client.PropSchema;
 
 public class DME2AdminTest extends TestCase {