Kaydet (Commit) 30823bce authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improve test assertion

Change-Id: If1f41f9c25600199ba4fb8c2f75ddd7c8ce8c8b3
üst 0dab391b
......@@ -111,7 +111,7 @@ void FiltersTest::recursiveScan(filterStatus nExpected,
sal_uInt32 nEndTime = osl_getGlobalTimer();
if (bEncrypted)
CPPUNIT_ASSERT(osl::FileBase::E_None == osl::File::remove(sTmpFile));
CPPUNIT_ASSERT_EQUAL(osl::FileBase::E_None, osl::File::remove(sTmpFile));
fprintf(stderr, "%s,%" SAL_PRIuUINT32"\n",
bRes?"Pass":"Fail",nEndTime-nStartTime);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment