mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
o provide the path when the verification of a resource fails.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
240aaecc58
commit
7545511aaf
@ -103,7 +103,7 @@ private void verifyExpectedResult( String line )
|
||||
|
||||
if ( !expectedFile.exists() )
|
||||
{
|
||||
throw new VerificationException( "Expected file was not found: " + line );
|
||||
throw new VerificationException( "Expected file was not found: " + expectedFile.getPath() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user