[Bps-public-commit] r16562 - Prophet/trunk/lib/Prophet

ruz at bestpractical.com ruz at bestpractical.com
Tue Oct 28 12:24:59 EDT 2008


Author: ruz
Date: Tue Oct 28 12:24:59 2008
New Revision: 16562

Modified:
   Prophet/trunk/lib/Prophet/Test.pm

Log:
* comma seprated errors are unreadable, especially when it's some Data::Dumper output

Modified: Prophet/trunk/lib/Prophet/Test.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Test.pm	(original)
+++ Prophet/trunk/lib/Prophet/Test.pm	Tue Oct 28 12:24:59 2008
@@ -201,7 +201,7 @@
     my $test_name = join( ' ', $msg ? "$msg:" : '', $script, @$arg );
     is(scalar(@$stdout_err), 0, $test_name);
     if (@$stdout_err) {
-        diag( "Different in line: " . join( ',', @$stdout_err ) );
+        diag( "Different in line: " . join( "\n", @$stdout_err ) );
     }
 }
 



More information about the Bps-public-commit mailing list