aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/java/org/onap/policy/pap/main/rest/TestPolicyUndeployerImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/test/java/org/onap/policy/pap/main/rest/TestPolicyUndeployerImpl.java')
-rw-r--r--main/src/test/java/org/onap/policy/pap/main/rest/TestPolicyUndeployerImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/test/java/org/onap/policy/pap/main/rest/TestPolicyUndeployerImpl.java b/main/src/test/java/org/onap/policy/pap/main/rest/TestPolicyUndeployerImpl.java
index eab65a3d..ccd083cc 100644
--- a/main/src/test/java/org/onap/policy/pap/main/rest/TestPolicyUndeployerImpl.java
+++ b/main/src/test/java/org/onap/policy/pap/main/rest/TestPolicyUndeployerImpl.java
@@ -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");