diff options
author | Jim Hahn <jrh3@att.com> | 2019-04-02 11:03:51 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-04-02 11:03:51 -0400 |
commit | b1f91ce4ca751ab00fda6c81afed12476338288c (patch) | |
tree | 109c2841301aef6e173164d4569ad723ee7444b3 /main | |
parent | 3830d26928b1a654afbd1206528f3afd741cad1a (diff) |
Remove pdpType from tests
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>
Diffstat (limited to 'main')
-rw-r--r-- | main/src/test/java/org/onap/policy/pap/main/comm/PdpModifyRequestMapTest.java | 1 | ||||
-rw-r--r-- | main/src/test/java/org/onap/policy/pap/main/comm/msgdata/UpdateDataTest.java | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/main/src/test/java/org/onap/policy/pap/main/comm/PdpModifyRequestMapTest.java b/main/src/test/java/org/onap/policy/pap/main/comm/PdpModifyRequestMapTest.java index 96a39bc3..c2993528 100644 --- a/main/src/test/java/org/onap/policy/pap/main/comm/PdpModifyRequestMapTest.java +++ b/main/src/test/java/org/onap/policy/pap/main/comm/PdpModifyRequestMapTest.java @@ -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"))); diff --git a/main/src/test/java/org/onap/policy/pap/main/comm/msgdata/UpdateDataTest.java b/main/src/test/java/org/onap/policy/pap/main/comm/msgdata/UpdateDataTest.java index 3ff6f4d2..06a3bf01 100644 --- a/main/src/test/java/org/onap/policy/pap/main/comm/msgdata/UpdateDataTest.java +++ b/main/src/test/java/org/onap/policy/pap/main/comm/msgdata/UpdateDataTest.java @@ -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"); |