Fixing per Mark Hobson's suggestion.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@545519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2007-06-08 14:26:57 +00:00
parent b4ce07fec5
commit 182220d00c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public abstract class AbstractMavenProjectTestCase
throw new FileNotFoundException( "Unable to find: " + resource );
}
return new File( new URI( resourceUrl.getPath() ) );
return new File( new URI( resourceUrl.toString() ) );
}
protected ArtifactRepository getLocalRepository()