[Libreoffice-commits] .: sw/qa
Caolán McNamara
caolan at kemper.freedesktop.org
Fri Jun 24 05:22:40 PDT 2011
sw/qa/core/filters-test.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 9818905265239ab9395cfb396c72af3bfb12a41e
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Jun 24 13:22:16 2011 +0100
WaE: I hate that these are platform-specific typedefs
diff --git a/sw/qa/core/filters-test.cxx b/sw/qa/core/filters-test.cxx
index 9844a29..9ebee9b 100644
--- a/sw/qa/core/filters-test.cxx
+++ b/sw/qa/core/filters-test.cxx
@@ -154,7 +154,8 @@ void FiltersTest::recursiveScan(const rtl::OUString &rFilter, const rtl::OUStrin
sal_uInt32 nEndTime = osl_getGlobalTimer();
if (nExpected == indeterminate)
{
- fprintf(stderr, "pass/fail was %d (%d ms)\n", bRes, nEndTime-nStartTime);
+ fprintf(stderr, "pass/fail was %d ("SAL_PRIuUINT32" ms)\n",
+ bRes, nEndTime-nStartTime);
continue;
}
CPPUNIT_ASSERT_MESSAGE(aRes.getStr(), bRes == nExpected);
More information about the Libreoffice-commits
mailing list