ICU-2896 test collation even if formatting is off

X-SVN-Rev: 12191
This commit is contained in:
Steven R. Loomis 2003-05-30 00:38:47 +00:00
parent ff094882fa
commit 38d2426071

View file

@ -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;