mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 14:20:10 +01:00
testsuite: assert() -> assertTrue()
This commit is contained in:
@@ -183,7 +183,7 @@ void ExpireCacheTest::testExpireWithHas()
|
||||
aCache.add(1, 2); // 1
|
||||
assertTrue (aCache.has(1));
|
||||
Thread::sleep(DURWAIT);
|
||||
assert (!aCache.has(1));
|
||||
assertTrue (!aCache.has(1));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user