[Bug 96136] replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL in basic's scanner test
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Nov 29 08:27:36 PST 2015
https://bugs.documentfoundation.org/show_bug.cgi?id=96136
David Tardon <dtardon at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtardon at redhat.com
--- Comment #1 from David Tardon <dtardon at redhat.com> ---
Note that if the expected value is a numeric literal, you MUST make sure it has
the same type as the result (by using a suffix--e.g., 42u--or explicit
cast--e.g., size_t(42)), otherwise it WILL fail to build on different
platforms.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20151129/b1f429ed/attachment.html>
More information about the LibreOffice
mailing list