[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:
parent
54414938a6
commit
8762b4c816
|
@ -33,7 +33,7 @@ import junit.framework.TestCase;
|
||||||
|
|
||||||
public class TestJettyPolicy extends TestCase
|
public class TestJettyPolicy extends TestCase
|
||||||
{
|
{
|
||||||
PropertyEvaluator evaluator = new PropertyEvaluator( new HashMap<String,String>());
|
HashMap evaluator = new HashMap();
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -27,7 +27,7 @@ import junit.framework.TestCase;
|
||||||
public class TestJettyPolicyRuntime extends TestCase
|
public class TestJettyPolicyRuntime extends TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
PropertyEvaluator evaluator = new PropertyEvaluator( new HashMap<String,String>());
|
HashMap evaluator = new HashMap();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setUp() throws Exception
|
protected void setUp() throws Exception
|
||||||
|
|
Loading…
Reference in New Issue