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:
Jason van Zyl 2004-06-17 20:05:55 +00:00
parent 240aaecc58
commit 7545511aaf
1 changed files with 1 additions and 1 deletions

View File

@ -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() );
}
}
}