mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5843 Enabled all tests
X-SVN-Rev: 22406
This commit is contained in:
parent
609f6ae81f
commit
d0fc4c8217
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue