[BUG 283172] fix build on windows in short term

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@545 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2009-07-10 22:46:06 +00:00
parent 8ae34f3621
commit b8296674ff
1 changed files with 3 additions and 1 deletions

View File

@ -124,7 +124,8 @@ public class TestJettyPolicyRuntime extends TestCase
public void testPolicyRestrictive() throws Exception
{
if ( !_runningOnWindows ) //temporary, create alternate file to load for windows
{
JettyPolicy ap =
new JettyPolicy( Collections.singleton( getWorkingDirectory() + "/src/test/resources/global-file-read-only-tmp-permission.policy" ), evaluator );
@ -152,6 +153,7 @@ public class TestJettyPolicyRuntime extends TestCase
//ace.printStackTrace();
assertTrue( "Exception was thrown", true );
}
}
}