mirror of https://github.com/apache/maven.git
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:
parent
b4ce07fec5
commit
182220d00c
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue