diff --git a/jetty-policy/src/test/java/org/eclipse/jetty/policy/TestJettyPolicy.java b/jetty-policy/src/test/java/org/eclipse/jetty/policy/TestJettyPolicy.java index ab9b4ff0004..8b66e58b138 100644 --- a/jetty-policy/src/test/java/org/eclipse/jetty/policy/TestJettyPolicy.java +++ b/jetty-policy/src/test/java/org/eclipse/jetty/policy/TestJettyPolicy.java @@ -33,7 +33,7 @@ import junit.framework.TestCase; public class TestJettyPolicy extends TestCase { - PropertyEvaluator evaluator = new PropertyEvaluator( new HashMap()); + HashMap evaluator = new HashMap(); @Override diff --git a/jetty-policy/src/test/java/org/eclipse/jetty/policy/TestJettyPolicyRuntime.java b/jetty-policy/src/test/java/org/eclipse/jetty/policy/TestJettyPolicyRuntime.java index 80ca6fd42f6..ad01af89752 100644 --- a/jetty-policy/src/test/java/org/eclipse/jetty/policy/TestJettyPolicyRuntime.java +++ b/jetty-policy/src/test/java/org/eclipse/jetty/policy/TestJettyPolicyRuntime.java @@ -27,7 +27,7 @@ import junit.framework.TestCase; public class TestJettyPolicyRuntime extends TestCase { - PropertyEvaluator evaluator = new PropertyEvaluator( new HashMap()); + HashMap evaluator = new HashMap(); @Override protected void setUp() throws Exception