Author: boisvert
Date: Thu Feb 28 09:27:34 2008
New Revision: 632066

URL: http://svn.apache.org/viewvc?rev=632066&view=rev
Log:
Line feed (\n) should be double-quoted

Modified:
    incubator/buildr/trunk/lib/core/test.rb

Modified: incubator/buildr/trunk/lib/core/test.rb
URL: 
http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/core/test.rb?rev=632066&r1=632065&r2=632066&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/core/test.rb (original)
+++ incubator/buildr/trunk/lib/core/test.rb Thu Feb 28 09:27:34 2008
@@ -425,7 +425,7 @@
         @passed_tests = @framework.run(@tests, self, dependencies)
         @failed_tests = @tests - @passed_tests
         unless @failed_tests.empty?
-          warn "The following tests failed:[EMAIL PROTECTED]('\n')}" if verbose
+          warn "The following tests failed:[EMAIL PROTECTED]("\n")}" if verbose
           fail 'Tests failed!'
         end
       end


Reply via email to