[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOURN-plugin / src / test / java / org / openecomp / camunda / bpmn / plugin / urnmap / db / URNServiceESTest.java
@@ -3,15 +3,17 @@
  * Mon Nov 14 13:47:07 GMT 2016
  */
 
-package com.att.camunda.bpm.plugin.urnmap.db;
+package org.openecomp.camunda.bpmn.plugin.urnmap.db;
 
 import org.junit.Test;
+
 import static org.junit.Assert.*;
 import static org.evosuite.runtime.EvoAssertions.*;
 
 import org.evosuite.runtime.EvoRunner;
 import org.evosuite.runtime.EvoRunnerParameters;
 import org.junit.runner.RunWith;
+import org.openecomp.camunda.bpmn.plugin.urnmap.db.URNService;
 
 @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) 
 public class URNServiceESTest extends URNServiceESTestscaffolding {
@@ -28,7 +30,7 @@ public class URNServiceESTest extends URNServiceESTestscaffolding {
          //
          // no message in exception (getMessage() returned null)
          //
-         verifyException("com.att.camunda.bpm.plugin.urnmap.db.URNService", e);
+         verifyException("org.openecomp.camunda.bpmn.plugin.urnmap.db.URNService", e);
       }
   }
 }