[Bps-public-commit] r12209 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Fri May 9 22:36:49 EDT 2008
Author: sartak
Date: Fri May 9 22:36:48 2008
New Revision: 12209
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/Test.pm
Log:
r55513 at onn: sartak | 2008-05-09 22:32:54 -0400
Whoops, accidentally reversed a comparison
Modified: Prophet/trunk/lib/Prophet/Test.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Test.pm (original)
+++ Prophet/trunk/lib/Prophet/Test.pm Fri May 9 22:36:48 2008
@@ -157,7 +157,7 @@
_mk_cmp_closure( $exp_stderr, $stdout_err ); # stderr
my $test_name = join( ' ', $msg ? "$msg:" : '', $script, @$arg );
- ok(@$stdout_err, $test_name);
+ ok(!@$stdout_err, $test_name);
if (@$stdout_err) {
diag( "Different in line: " . join( ',', @$stdout_err ) );
}
More information about the Bps-public-commit
mailing list