mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-2896 test collation even if formatting is off
X-SVN-Rev: 12191
This commit is contained in:
parent
ff094882fa
commit
38d2426071
1 changed files with 4 additions and 3 deletions
|
@ -591,14 +591,15 @@ private:
|
|||
UnicodeString fErrorString;
|
||||
};
|
||||
|
||||
#define kFormatThreadIterations 20 // # of iterations per thread
|
||||
#define kFormatThreadThreads 10 // # of threads to spawn
|
||||
#define kFormatThreadPatience 60 // time in seconds to wait for all threads
|
||||
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
|
||||
// ** FormatThreadTest - a thread that tests performing a number of numberformats.
|
||||
|
||||
|
||||
#define kFormatThreadIterations 20 // # of iterations per thread
|
||||
#define kFormatThreadThreads 10 // # of threads to spawn
|
||||
#define kFormatThreadPatience 60 // time in seconds to wait for all threads
|
||||
struct FormatThreadTestData
|
||||
{
|
||||
double number;
|
||||
|
|
Loading…
Add table
Reference in a new issue