shell/qa/zip/ziptest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8eefafa9ce7febe0a36e1bf5f4c77492a1b699fb Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue May 9 14:06:33 2017 +0200 loplugin:cppunitassertequals (clang-cl) Change-Id: Ie1dfd0791abe86ed2fd91155c129d6431392445d 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() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits