Remove pdpType from tests 82/83982/1
authorJim Hahn <jrh3@att.com>
Tue, 2 Apr 2019 15:03:51 +0000 (11:03 -0400)
committerJim Hahn <jrh3@att.com>
Tue, 2 Apr 2019 15:03:51 +0000 (11:03 -0400)
Somehow, pdpType is was still referenced by junit tests.  Thought I
had fixed that, but guess not.

Change-Id: I8060208129cb2c6ba1ecb21d65efb778a2778aa5
Issue-ID: POLICY-1542
Signed-off-by: Jim Hahn <jrh3@att.com>
main/src/test/java/org/onap/policy/pap/main/comm/PdpModifyRequestMapTest.java
main/src/test/java/org/onap/policy/pap/main/comm/msgdata/UpdateDataTest.java

index 96a39bc..c299352 100644 (file)
@@ -548,7 +548,6 @@ public class PdpModifyRequestMapTest {
         upd.setName(PDP1);
         upd.setPdpGroup("group1-a");
         upd.setPdpSubgroup("sub1-a");
-        upd.setPdpType("drools");
 
         upd.setPolicies(Arrays.asList(makePolicy("policy-1-a", "1.0.0"), makePolicy("policy-2-a", "1.1.0")));
 
index 3ff6f4d..06a3bf0 100644 (file)
@@ -139,7 +139,6 @@ public class UpdateDataTest {
         upd.setName(MY_NAME);
         upd.setPdpGroup("group1-a");
         upd.setPdpSubgroup("sub1-a");
-        upd.setPdpType("drools");
 
         ToscaPolicy policy1 = makePolicy("policy-1-a", "1.0.0");
         ToscaPolicy policy2 = makePolicy("policy-2-a", "1.1.0");