We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a1aaa commit 2a3ca2bCopy full SHA for 2a3ca2b
lib/api/unittest/CAnomalyJobLimitTest.cc
@@ -434,7 +434,8 @@ void CAnomalyJobLimitTest::testModelledEntityCountForFixedMemoryLimit() {
434
LOG_DEBUG(<< "Memory status = " << used.s_MemoryStatus);
435
LOG_DEBUG(<< "Memory usage = " << used.s_Usage);
436
CPPUNIT_ASSERT(used.s_PartitionFields > 280 && used.s_PartitionFields < 360);
437
- CPPUNIT_ASSERT(static_cast<double>(used.s_ByFields) > 0.95 * static_cast<double>(used.s_PartitionFields));
+ CPPUNIT_ASSERT(static_cast<double>(used.s_ByFields) >
438
+ 0.95 * static_cast<double>(used.s_PartitionFields));
439
}
440
441
LOG_DEBUG(<< "**** Test over ****");
0 commit comments