aboutsummaryrefslogtreecommitdiffstats
path: root/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java
diff options
context:
space:
mode:
authorITSERVICES\rb7147 <rb7147@att.com>2017-04-25 11:46:00 -0400
committerITSERVICES\rb7147 <rb7147@att.com>2017-05-03 09:58:17 -0400
commite0addf5b588a1244f9679becd90999dfcb4c3a94 (patch)
tree1212772d6366730266ff0e093c874b07aa716c29 /PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java
parent39fb0f30472777e4b60d6a7ac8aa4eb9773961ff (diff)
Policy 1707 commit to LF
Change-Id: Ibe6f01d92f9a434c040abb05d5386e89d675ae65 Signed-off-by: ITSERVICES\rb7147 <rb7147@att.com>
Diffstat (limited to 'PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java')
-rw-r--r--PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java b/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java
index 735d12561..cdc9b5595 100644
--- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java
+++ b/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java
@@ -60,7 +60,7 @@ public class MatchesTest {
throws Exception {
Matches fixture = new Matches();
fixture.setEcompName("");
- fixture.setConfigAttributes(new Hashtable());
+ fixture.setConfigAttributes(new Hashtable<String, String>());
fixture.setConfigName("");
Map<String, String> result = fixture.getConfigAttributes();
@@ -82,7 +82,7 @@ public class MatchesTest {
throws Exception {
Matches fixture = new Matches();
fixture.setEcompName("");
- fixture.setConfigAttributes(new Hashtable());
+ fixture.setConfigAttributes(new Hashtable<String, String>());
fixture.setConfigName("");
String result = fixture.getConfigName();
@@ -103,7 +103,7 @@ public class MatchesTest {
throws Exception {
Matches fixture = new Matches();
fixture.setEcompName("");
- fixture.setConfigAttributes(new Hashtable());
+ fixture.setConfigAttributes(new Hashtable<String, String>());
fixture.setConfigName("");
String result = fixture.getEcompName();
@@ -124,9 +124,9 @@ public class MatchesTest {
throws Exception {
Matches fixture = new Matches();
fixture.setEcompName("");
- fixture.setConfigAttributes(new Hashtable());
+ fixture.setConfigAttributes(new Hashtable<String, String>());
fixture.setConfigName("");
- Map<String, String> configAttributes = new Hashtable();
+ Map<String, String> configAttributes = new Hashtable<String, String>();
fixture.setConfigAttributes(configAttributes);
@@ -145,7 +145,7 @@ public class MatchesTest {
throws Exception {
Matches fixture = new Matches();
fixture.setEcompName("");
- fixture.setConfigAttributes(new Hashtable());
+ fixture.setConfigAttributes(new Hashtable<String, String>());
fixture.setConfigName("");
String configName = "";
@@ -166,7 +166,7 @@ public class MatchesTest {
throws Exception {
Matches fixture = new Matches();
fixture.setEcompName("");
- fixture.setConfigAttributes(new Hashtable());
+ fixture.setConfigAttributes(new Hashtable<String, String>());
fixture.setConfigName("");
String ecompName = "";