[svk-commit] r3045 - in trunk/t: .

nobody at bestpractical.com nobody at bestpractical.com
Fri Aug 1 16:50:40 EDT 2008


Author: clkao
Date: Fri Aug  1 16:50:37 2008
New Revision: 3045

Modified:
   trunk/t/10switch-merge-ticket.t
   trunk/t/29update-merge-ticket.t
   trunk/t/added/basics.t

Log:
more win32 test tweaks.


Modified: trunk/t/10switch-merge-ticket.t
==============================================================================
--- trunk/t/10switch-merge-ticket.t	(original)
+++ trunk/t/10switch-merge-ticket.t	Fri Aug  1 16:50:37 2008
@@ -46,7 +46,7 @@
     ' 2nd line in me - mod',
     '+a change',
     '',
-    'Property changes on: t/checkout/smerge',
+    __('Property changes on: t/checkout/smerge'),
     '___________________________________________________________________',
     'Name: svk:merge',
     "  $uuid:/local:4",

Modified: trunk/t/29update-merge-ticket.t
==============================================================================
--- trunk/t/29update-merge-ticket.t	(original)
+++ trunk/t/29update-merge-ticket.t	Fri Aug  1 16:50:37 2008
@@ -41,7 +41,7 @@
     ' 2nd line in me - mod',
     '+a change',
     '',
-    'Property changes on: t/checkout/smerge',
+    __('Property changes on: t/checkout/smerge'),
     '___________________________________________________________________',
     'Name: svk:merge',
     "  $uuid:/local-another:7",

Modified: trunk/t/added/basics.t
==============================================================================
--- trunk/t/added/basics.t	(original)
+++ trunk/t/added/basics.t	Fri Aug  1 16:50:37 2008
@@ -44,14 +44,14 @@
             '',
             'add file and dir',
             '----------------------------------------------------------------------',
-            __"=== A\t(new directory)",
-            __"==================================================================",
-            __"=== A/a_file",
-            __"==================================================================",
-            __"--- A/a_file\t(revision 1)",
-            __"+++ A/a_file\t(revision 2)",
-            __"@@ -0,0 +1 @@",
-            __"+a file",
+            "=== A\t(new directory)",
+            "==================================================================",
+            "=== A/a_file",
+            "==================================================================",
+            "--- A/a_file\t(revision 1)",
+            "+++ A/a_file\t(revision 2)",
+            "@@ -0,0 +1 @@",
+            "+a file",
         ]
     );
 }


More information about the svk-commit mailing list