[BUG-27751] fix up test case from missing class

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@449 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2009-06-30 21:38:32 +00:00
parent 54414938a6
commit 8762b4c816
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ import junit.framework.TestCase;
public class TestJettyPolicy extends TestCase
{
PropertyEvaluator evaluator = new PropertyEvaluator( new HashMap<String,String>());
HashMap evaluator = new HashMap();
@Override

View File

@ -27,7 +27,7 @@ import junit.framework.TestCase;
public class TestJettyPolicyRuntime extends TestCase
{
PropertyEvaluator evaluator = new PropertyEvaluator( new HashMap<String,String>());
HashMap evaluator = new HashMap();
@Override
protected void setUp() throws Exception