[Bps-public-commit] r10787 - Shipwright/t/hello

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sun Feb 10 06:22:32 EST 2008


Author: sunnavy
Date: Sun Feb 10 06:22:30 2008
New Revision: 10787

Modified:
   Shipwright/t/hello/svn.t

Log:
fix test failure

Modified: Shipwright/t/hello/svn.t
==============================================================================
--- Shipwright/t/hello/svn.t	(original)
+++ Shipwright/t/hello/svn.t	Sun Feb 10 06:22:30 2008
@@ -24,6 +24,7 @@
         repository => "svn:$repo",
         source => File::Spec->catfile( 't', 'hello', 'Acme-Hello-0.03.tar.gz' ),
         log_level => 'FATAL',
+        follow       => 0,
     );
 
     isa_ok( $shipwright->backend, 'Shipwright::Backend::SVN' );
@@ -55,7 +56,6 @@
         name         => 'hello',
         source       => $source_dir,
         build_script => $script_dir,
-        follow       => 0,
         log_level => 'FATAL',
     );
     ok( grep( {/Build\.PL/} `svn cat $repo/scripts/Acme-Hello/build` ),



More information about the Bps-public-commit mailing list