[svk-commit] r2505 - trunk/t/i18n
    nobody at bestpractical.com 
    nobody at bestpractical.com
       
    Tue Jul 17 14:06:05 EDT 2007
    
    
  
Author: clkao
Date: Tue Jul 17 14:06:05 2007
New Revision: 2505
Modified:
   trunk/t/i18n/big5dirname.t
   trunk/t/i18n/checkout.t
Log:
Don't do big5 filename tests on darwin.
Modified: trunk/t/i18n/big5dirname.t
==============================================================================
--- trunk/t/i18n/big5dirname.t	(original)
+++ trunk/t/i18n/big5dirname.t	Tue Jul 17 14:06:05 2007
@@ -7,6 +7,7 @@
 use POSIX qw(setlocale LC_CTYPE);
 setlocale (LC_CTYPE, $ENV{LC_CTYPE} = 'zh_TW.Big5')
     or plan skip_all => 'cannot set locale to zh_TW.Big5';
+plan skip_all => "darwin wants all filenames in utf8." if $^O eq 'darwin';
 
 plan tests => 10;
 our $output;
Modified: trunk/t/i18n/checkout.t
==============================================================================
--- trunk/t/i18n/checkout.t	(original)
+++ trunk/t/i18n/checkout.t	Tue Jul 17 14:06:05 2007
@@ -7,6 +7,7 @@
 use POSIX qw(setlocale LC_CTYPE);
 setlocale (LC_CTYPE, $ENV{LC_CTYPE} = 'zh_TW.Big5')
     or plan skip_all => 'cannot set locale to zh_TW.Big5';
+plan skip_all => "darwin wants all filenames in utf8." if $^O eq 'darwin';
 
 plan tests => 7;
 our $output;
    
    
More information about the svk-commit
mailing list