[svk-commit] r2498 - branches/2.0-releng/t/mirror

nobody at bestpractical.com nobody at bestpractical.com
Tue Jul 17 12:04:22 EDT 2007


Author: clkao
Date: Tue Jul 17 12:04:22 2007
New Revision: 2498

Modified:
   branches/2.0-releng/t/mirror/sync-crazy-replace.t

Log:
merge from trunk:
 r2445 at trunk:  clkao | 2007-07-15 18:12:22 +0100
 Correct an unstable test.
 
 Submitted by: Daniel Jacobowitz <drow at false.org>
 


Modified: branches/2.0-releng/t/mirror/sync-crazy-replace.t
==============================================================================
--- branches/2.0-releng/t/mirror/sync-crazy-replace.t	(original)
+++ branches/2.0-releng/t/mirror/sync-crazy-replace.t	Tue Jul 17 12:04:22 2007
@@ -24,7 +24,7 @@
            __("A   $copath/A-copy/be"),
           ]);
 
-is_output($svk, rm => ["$copath/A-copy/Q"],
+is_sorted_output($svk, rm => ["$copath/A-copy/Q"],
           [
            __("D   $copath/A-copy/Q"),
            __("D   $copath/A-copy/Q/qu"),
@@ -59,7 +59,7 @@
 	   'Committed revision 3 from revision 2.',
            'Committed revision 4 from revision 3.']);
 
-is_output($svk, rm => ["$copath/A-copy"],
+is_sorted_output($svk, rm => ["$copath/A-copy"],
           [
            __("D   $copath/A-copy"),
 	   __("D   $copath/A-copy/be"),


More information about the svk-commit mailing list