[Bps-public-commit] r14966 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Sat Aug 9 18:14:27 EDT 2008


Author: sartak
Date: Sat Aug  9 18:14:26 2008
New Revision: 14966

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/Test.pm

Log:
 r69047 at onn:  sartak | 2008-08-09 18:14:19 -0400
 Bump Test::Builder::Level in one of the test functions in Prophet::Test


Modified: Prophet/trunk/lib/Prophet/Test.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Test.pm	(original)
+++ Prophet/trunk/lib/Prophet/Test.pm	Sat Aug  9 18:14:26 2008
@@ -209,6 +209,8 @@
     my $args = shift;
     my $output = shift;
     my ($val, $out, $err)  = run_script( $cmd, $args);
+
+    local $Test::Builder::Level = $Test::Builder::Level + 1;
     is_deeply([sort split(/\n/,$out)], [sort @$output]);
 }
 



More information about the Bps-public-commit mailing list