mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 15:42:14 +00:00
ICU-11767 Try to fix failing test.
X-SVN-Rev: 37728
This commit is contained in:
parent
8b18741503
commit
abb16f16c5
1 changed files with 2 additions and 1 deletions
|
@ -1495,7 +1495,8 @@ void MultithreadTest::TestUnifiedCache() {
|
|||
// the cache, and there are UPRV_LENGTHOF(gCacheLocales) pairs of
|
||||
// objects fetched from the cache
|
||||
if (gObjectsCreated > 2 * UPRV_LENGTHOF(gCacheLocales)) {
|
||||
errln("Too many objects created.", __FILE__, __LINE__);
|
||||
errln("%s:%d Too many objects created, got %d, expected %d", __FILE__, __LINE__, gObjectsCreated, 2 * UPRV_LENGTHOF(gCacheLocales));
|
||||
|
||||
}
|
||||
|
||||
assertEquals("unused values", 2, cache.unusedCount());
|
||||
|
|
Loading…
Add table
Reference in a new issue