Allow semantic versioning in all templates in pap
[policy/pap.git] / main / src / test / java / org / onap / policy / pap / main / rest / TestPolicyUndeployerImpl.java
index eab65a3..ccd083c 100644 (file)
@@ -82,8 +82,8 @@ public class TestPolicyUndeployerImpl extends ProviderSuper {
 
         super.setUp();
 
-        ident1 = new ToscaConceptIdentifier("ident-a", "2.3.1");
-        ident2 = new ToscaConceptIdentifier("ident-b", "2.3.2");
+        ident1 = new ToscaConceptIdentifier("ident-a", "2.3.1+1");
+        ident2 = new ToscaConceptIdentifier("ident-b", "2.3.2-1");
         ident3 = new ToscaConceptIdentifier("ident-c", "2.3.3");
         ident4 = new ToscaConceptIdentifier("ident-d", "2.3.4");