summaryrefslogtreecommitdiff
path: root/shell/qa/zip/ziptest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/qa/zip/ziptest.cxx')
-rw-r--r--shell/qa/zip/ziptest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/qa/zip/ziptest.cxx b/shell/qa/zip/ziptest.cxx
index a09e85b878cc..a6bb57ccb30b 100644
--- a/shell/qa/zip/ziptest.cxx
+++ b/shell/qa/zip/ziptest.cxx
@@ -85,7 +85,7 @@ Test::Test() : documentName(), pStream(nullptr)
CloseHandle(hFile);
HRESULT hr = CreateStreamOnHGlobal(hGlobal, TRUE, &pStream);
- CPPUNIT_ASSERT_MESSAGE("FileStream: CreateStreamOnHGlobal failure.", hr == S_OK);
+ CPPUNIT_ASSERT_EQUAL_MESSAGE("FileStream: CreateStreamOnHGlobal failure.", S_OK, hr);
}
void Test::test_file_directory()