aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/java/org/onap/policy/pap/main/rest/TestPolicyUndeployerImpl.java
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2023-11-22 16:57:25 +0000
committerFrancesco Fiora <francesco.fiora@est.tech>2023-11-27 10:56:53 +0000
commitd2f73c772bc6da457bbee2f5ee127d78e2f9f1f4 (patch)
tree494ce770d71fd2717f871fdb55897ffdc7989944 /main/src/test/java/org/onap/policy/pap/main/rest/TestPolicyUndeployerImpl.java
parent42aa3913332e6e26cdbb327770c837e20ba7adb8 (diff)
Allow semantic versioning in all templates in pap
Issue-ID: POLICY-4887 Change-Id: Iccb46a19c1cb54d8a6b5b7df7294a2d715b2879e Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
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");