[Bps-public-commit] r11095 - Shipwright/trunk/t/hello

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Mar 18 07:52:03 EDT 2008


Author: sunnavy
Date: Tue Mar 18 07:52:02 2008
New Revision: 11095

Modified:
   Shipwright/trunk/t/hello/hello.t
   Shipwright/trunk/t/hello/svn.t

Log:
updated hello.t and svn.t since we added inc dir

Modified: Shipwright/trunk/t/hello/hello.t
==============================================================================
--- Shipwright/trunk/t/hello/hello.t	(original)
+++ Shipwright/trunk/t/hello/hello.t	Tue Mar 18 07:52:02 2008
@@ -60,7 +60,7 @@
     chomp @dirs;
     is_deeply(
         [@dirs],
-        [ 'bin/', 'dists/', 'etc/', 'scripts/', 'shipwright/', 't/' ],
+        [ 'bin/', 'dists/', 'etc/', 'inc/', 'scripts/', 'shipwright/', 't/' ],
         'initialize works'
     );
 

Modified: Shipwright/trunk/t/hello/svn.t
==============================================================================
--- Shipwright/trunk/t/hello/svn.t	(original)
+++ Shipwright/trunk/t/hello/svn.t	Tue Mar 18 07:52:02 2008
@@ -33,7 +33,7 @@
     chomp @dirs;
     is_deeply(
         [@dirs],
-        [ 'bin/', 'dists/', 'etc/', 'scripts/', 'shipwright/', 't/' ],
+        [ 'bin/', 'dists/', 'etc/', 'inc/', 'scripts/', 'shipwright/', 't/' ],
         'initialize works'
     );
 



More information about the Bps-public-commit mailing list