ICU-5843 Enabled all tests

X-SVN-Rev: 22406
This commit is contained in:
Andrew J Macheret 2007-08-16 20:55:15 +00:00
parent 609f6ae81f
commit d0fc4c8217

View file

@ -18,14 +18,14 @@ my $TESTCLASS = 'com.ibm.icu.dev.test.perf.DecimalFormatPerformanceTest';
# a baseline method which is used for comparison.
my @METHODS = (
['TestJDKConstruction', 'TestICUConstruction'],
# ['TestJDKParse', 'TestICUParse'],
# ['TestJDKFormat', 'TestICUFormat']
['TestJDKParse', 'TestICUParse'],
['TestJDKFormat', 'TestICUFormat']
);
# Patterns which define the set of characters used for testing.
my @OPTIONS = (
# locale pattern date string
[ "en_US", "#,###.##", "1,234.56"],
# [ "de_DE", "#,###.##", "1.234,56"],
[ "de_DE", "#,###.##", "1.234,56"],
);
my $THREADS; # number of threads (input from command-line args)