Adding some debug to test case that is failing

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1185 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Joakim Erdfelt 2010-01-07 17:30:24 +00:00
parent 99d8f87d3d
commit 509d5f6608
1 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,8 @@ public class JettyPolicyRuntimeTest extends TestCase
evaluator.put("jetty.home",MavenTestingUtils.getBasedir().getAbsolutePath());
evaluator.put("basedir",MavenTestingUtils.getBasedir().getAbsolutePath());
System.out.println("basedir: "+MavenTestingUtils.getBasedir().getAbsolutePath());
}
@Override
@ -173,7 +175,7 @@ public class JettyPolicyRuntimeTest extends TestCase
URL url = MavenTestingUtils.toTargetURL("test-policy/jetty-test-policy.jar");
// System.out.println( "IN HERE: " + url.toString());
System.out.println( "Test URL: " + url.toString());
URLClassLoader loader ;
if (Thread.currentThread().getContextClassLoader() != null )