[svn:parrot] r37867 - trunk/t/pmc
chromatic at svn.parrot.org
chromatic at svn.parrot.org
Thu Apr 2 03:13:28 UTC 2009
Author: chromatic
Date: Thu Apr 2 03:13:28 2009
New Revision: 37867
URL: https://trac.parrot.org/parrot/changeset/37867
Log:
[t] Fixed number of skipped tests when ICU is not present.
Removed trailing whitespace.
Modified:
trunk/t/pmc/codestring.t
Modified: trunk/t/pmc/codestring.t
==============================================================================
--- trunk/t/pmc/codestring.t Thu Apr 2 03:03:53 2009 (r37866)
+++ trunk/t/pmc/codestring.t Thu Apr 2 03:13:28 2009 (r37867)
@@ -1,5 +1,5 @@
#! parrot
-# Copyright (C) 2006-2007, Parrot Foundation.
+# Copyright (C) 2006-2009, Parrot Foundation.
# $Id$
=head1 NAME
@@ -174,9 +174,9 @@
$P0 = _config()
$I0 = $P0['has_icu']
if $I0 goto has_icu
- skip(3, 'ICU unavailable')
+ skip(4, 'ICU unavailable')
.return ()
-
+
has_icu:
code = new ['CodeString']
$I0 = code.'charname_to_ord'('LATIN CAPITAL LETTER C')
More information about the parrot-commits
mailing list