Fix previous and add new PCE Junit test cases
[transportpce.git] / pce / src / test / java / org / opendaylight / transportpce / pce / PceComplianceCheckResultTest.java
index a7e1f17fa9fec25c4d679e2706dd5357e23d795d..622ee130de7b703da9b906eeff03c0314ebeb2d6 100644 (file)
@@ -5,11 +5,10 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.transportpce.pce.utils;
+package org.opendaylight.transportpce.pce;
 
 import org.junit.Assert;
 import org.junit.Test;
-import org.opendaylight.transportpce.pce.PceComplianceCheckResult;
 
 public class PceComplianceCheckResultTest {