[svk-commit] r2502 - trunk/t/i18n
nobody at bestpractical.com
nobody at bestpractical.com
Tue Jul 17 12:34:34 EDT 2007
Author: clkao
Date: Tue Jul 17 12:34:34 2007
New Revision: 2502
Modified:
trunk/t/i18n/big5dirname.t
Log:
Make i18n tests quiet.
Modified: trunk/t/i18n/big5dirname.t
==============================================================================
--- trunk/t/i18n/big5dirname.t (original)
+++ trunk/t/i18n/big5dirname.t Tue Jul 17 12:34:34 2007
@@ -63,13 +63,11 @@
our $answer = [ 'd', 'y' ];
chdir ('../../../../');
$svk->update ($copath); # XXX use is_ouptut to compare conflict diff header
-warn $output;
ok ($output =~ m/1 conflict found\./, 'conflict');
$svk->revert ($copath);
$svk->resolved ($copath);
$svk->update ($copath); # XXX use is_ouptut to compare conflict diff header
-warn $output;
append_file("$copath/$file2", "big5 filename: $file2\n");
chdir($copath);
chdir('..');
@@ -91,5 +89,4 @@
$svk->update ('-r', 2, $copath);
append_file("$copath/$file2", "big5 filename: $file2\n");
$svk->update ($copath);
-warn $output;
ok ($output =~ m#g t/checkout/filenames/$big5dir/$file2#, 'merged');
More information about the svk-commit
mailing list