[svn:parrot] r37588 - trunk/t/op
coke at svn.parrot.org
coke at svn.parrot.org
Thu Mar 19 06:40:33 UTC 2009
Author: coke
Date: Thu Mar 19 06:40:33 2009
New Revision: 37588
URL: https://trac.parrot.org/parrot/changeset/37588
Log:
This is the fix that jkeenan++ was trying to make;
the skip count was wrong for the block, so the harness got confused.
This should now pass for icu and non-icu builds alike.
cotto++ # testing on ICU
Modified:
trunk/t/op/string_cs.t
Modified: trunk/t/op/string_cs.t
==============================================================================
--- trunk/t/op/string_cs.t Thu Mar 19 06:28:58 2009 (r37587)
+++ trunk/t/op/string_cs.t Thu Mar 19 06:40:33 2009 (r37588)
@@ -489,7 +489,7 @@
OUTPUT
SKIP: {
- skip( 'no ICU lib', 16 ) unless $PConfig{has_icu};
+ skip( 'no ICU lib', 17 ) unless $PConfig{has_icu};
pir_output_is( <<'CODE', <<"OUTPUT", "unicode downcase" );
.sub main :main
set $S0, iso-8859-1:"TÖTSCH"
More information about the parrot-commits
mailing list