[Bps-public-commit] r10467 - bpsbuilder/Shipwright/t/hello

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 24 08:36:12 EST 2008


Author: sunnavy
Date: Thu Jan 24 08:36:12 2008
New Revision: 10467

Modified:
   bpsbuilder/Shipwright/t/hello/hello.t

Log:
catch up the lib changes

Modified: bpsbuilder/Shipwright/t/hello/hello.t
==============================================================================
--- bpsbuilder/Shipwright/t/hello/hello.t	(original)
+++ bpsbuilder/Shipwright/t/hello/hello.t	Thu Jan 24 08:36:12 2008
@@ -54,8 +54,11 @@
 $shipwright->backend->initialize( name => 'hello' );
 my @dirs = sort `svk ls //__shipwright/hello`;
 chomp @dirs;
-is_deeply( [@dirs], [ 'bin/', 'shipwright/', 'dists/', 'etc/', 'scripts/', 't/' ],
-        'initialize works' );
+is_deeply(
+    [@dirs],
+    [ 'bin/', 'dists/', 'etc/', 'scripts/', 'shipwright/', 't/' ],
+    'initialize works'
+);
 
 $shipwright->backend->import( name => 'hello', source => $source_dir );
 ok( grep( { /Build\.PL/ } `svk ls //__shipwright/hello/dists/Acme-Hello`),



More information about the Bps-public-commit mailing list