[prev in list] [next in list] [prev in thread] [next in thread] 

List:       svk-commit
Subject:    [svk-commit] r3049 - trunk/t/bm
From:       nobody () bestpractical ! com
Date:       2008-08-02 9:30:56
Message-ID: 20080802093058.1CB9E4D8181 () diesel ! bestpractical ! com
[Download RAW message or body]

Author: clsung
Date: Sat Aug  2 05:30:55 2008
New Revision: 3049

Modified:
   trunk/t/bm/checkout.t

Log:
- to avoid path space and separator in Win32
  - e.g. (C:\Program Files\)


Modified: trunk/t/bm/checkout.t
==============================================================================
--- trunk/t/bm/checkout.t	(original)
+++ trunk/t/bm/checkout.t	Sat Aug  2 05:30:55 2008
@@ -32,10 +32,10 @@
 
 chdir($copath."/A");
 is_output_like ($svk, 'branch', ['--checkout', 'feature/foo', '//mirror/MyProject'],
-    qr'Syncing \S+ in \S+A/feature/foo to \d.+');
+    qr'Syncing \S+ in .+A.feature.foo to \d.+');
 
 is_output_like ($svk, 'branch', ['--checkout', 'feature/foo', '//mirror/MyProject', '../B/'],
-    qr'Syncing \S+ in \S+B to \d.+');
+    qr'Syncing \S+ in .+B to \d.+');
 
 chdir('../B');
 
@@ -44,7 +44,7 @@
 
 # swap the order, and co the trunk
 is_output_like ($svk, 'branch', ['--checkout', 'trunk', '../C', '//mirror/MyProject'],
-    qr'Syncing \S+ in \S+C to \d.+');
+    qr'Syncing \S+ in .+C to \d.+');
 
 chdir('../C');
 
_______________________________________________
svk-commit mailing list
svk-commit@bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic