o indicate things are ok with the verification

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-06-16 05:45:32 +00:00
parent 83de9d058b
commit 64a4c000e4
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@ public class Verifier
{ {
throw new VerificationException( e ); throw new VerificationException( e );
} }
System.out.println( "-------------------------------------" );
System.out.println( "OK" );
System.out.println( "-------------------------------------" );
} }
private void verifyExpectedResult( String line ) private void verifyExpectedResult( String line )