You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/10/28 17:36:43 UTC

svn commit: r1403038 - /maven/plugins/trunk/maven-assembly-plugin/src/it/projects/file-sets/multimodule-unix-lineEndings/verify.bsh

Author: dennisl
Date: Sun Oct 28 16:36:42 2012
New Revision: 1403038

URL: http://svn.apache.org/viewvc?rev=1403038&view=rev
Log:
Fix typo in log message.

Modified:
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/file-sets/multimodule-unix-lineEndings/verify.bsh

Modified: maven/plugins/trunk/maven-assembly-plugin/src/it/projects/file-sets/multimodule-unix-lineEndings/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/projects/file-sets/multimodule-unix-lineEndings/verify.bsh?rev=1403038&r1=1403037&r2=1403038&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/projects/file-sets/multimodule-unix-lineEndings/verify.bsh (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/projects/file-sets/multimodule-unix-lineEndings/verify.bsh Sun Oct 28 16:36:42 2012
@@ -20,6 +20,6 @@ while( ( read = reader.read( cbuf ) ) > 
 
 reader.close();
 
-System.out.println( "Contents of test.txt: '" + sb.toString() + "' should contain the windows newline: '\\n'." );
+System.out.println( "Contents of test.txt: '" + sb.toString() + "' should contain the unix newline: '\\n'." );
 
 return sb.toString().indexOf( "1\nchild" ) > -1;
\ No newline at end of file