[svk-commit] r3046 - trunk/t/deleted

nobody at bestpractical.com nobody at bestpractical.com
Fri Aug 1 16:52:33 EDT 2008


Author: clkao
Date: Fri Aug  1 16:52:32 2008
New Revision: 3046

Modified:
   trunk/t/deleted/complex.t

Log:
more win32 test tweaks.

Modified: trunk/t/deleted/complex.t
==============================================================================
--- trunk/t/deleted/complex.t	(original)
+++ trunk/t/deleted/complex.t	Fri Aug  1 16:52:32 2008
@@ -28,7 +28,7 @@
 );
 
 is_output($svk, 'switch', ['//local'],
-    [__"Syncing //trunk(/trunk) in $corpath to 5."]
+    ["Syncing //trunk(/trunk) in $corpath to 5."]
 );
 overwrite_file('A/Q/ql', "local A/Q/ql\n");
 $svk->add('A/Q/ql');
@@ -42,7 +42,7 @@
 
 is_output($svk, 'switch', ['//local-another'],
     [
-        __"Syncing //local(/local) in $corpath to 7.",
+        "Syncing //local(/local) in $corpath to 7.",
         __"U   A/Q/qu",
         __"D   A/Q/ql",
         __"U   A/be",
@@ -77,7 +77,7 @@
     ]
 );
 is_output($svk, 'st', [],
-    ['R + A/Q']
+    [__('R + A/Q')]
 );
 is_output($svk, 'ci', ['-m', 'replace A/Q'],
     ['Committed revision 10.']


More information about the svk-commit mailing list