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

nobody at bestpractical.com nobody at bestpractical.com
Sun Dec 24 11:28:21 EST 2006


Author: clkao
Date: Sun Dec 24 11:28:20 2006
New Revision: 2267

Modified:
   branches/2.0-releng/t/mirror/sync-replaced.t

Log:
fix line ending issue for win32 testing.

Modified: branches/2.0-releng/t/mirror/sync-replaced.t
==============================================================================
--- branches/2.0-releng/t/mirror/sync-replaced.t	(original)
+++ branches/2.0-releng/t/mirror/sync-replaced.t	Sun Dec 24 11:28:20 2006
@@ -51,7 +51,7 @@
 $svk->cat('/test/A/Q/qu');
 my $expected = $output;
 
-is_output($svk, 'cat', ['//m/A/Q/qu'], [split(/\n/,$expected)], 'content is the same');
+is_output($svk, 'cat', ['//m/A/Q/qu'], [split(/\r?\n/,$expected)], 'content is the same');
 
 $svk->cp(-m => 'b cp', '/test/B' => '/test/B.cp');
 $svk->up($copath);


More information about the svk-commit mailing list