[svk-commit] r2434 - trunk/t/api
    nobody at bestpractical.com 
    nobody at bestpractical.com
       
    Sat Jul 14 07:10:40 EDT 2007
    
    
  
Author: clkao
Date: Sat Jul 14 07:10:40 2007
New Revision: 2434
Modified:
   trunk/t/api/root.t
Log:
correct eol for api/root.t
Modified: trunk/t/api/root.t
==============================================================================
--- trunk/t/api/root.t	(original)
+++ trunk/t/api/root.t	Sat Jul 14 07:10:40 2007
@@ -62,7 +62,8 @@
 
 
 # reading files
-my $expected = "first line in me$/2nd line in me - mod$/";
+my $eol = $SVK::Util::EOL;
+my $expected = "first line in me${eol}2nd line in me - mod${eol}";
 is($root->file_length("/trunk/me"), length($expected),
    "meesa right length");
 is($root->file_md5_checksum("/trunk/me"),
    
    
More information about the svk-commit
mailing list