[Libreoffice-commits] core.git: sw/qa
Stephan Bergmann
sbergman at redhat.com
Fri Jun 16 07:19:37 UTC 2017
sw/qa/extras/odfexport/odfexport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5ac1d27d0bca285047f291e0a475f8bb99134cea
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Jun 16 09:19:05 2017 +0200
CPPUNIT_ASSERT_EQUAL type-mismatch
Change-Id: Icd115383970d351ed8b224bbbd18e98ae0cc8f0d
diff --git a/sw/qa/extras/odfexport/odfexport.cxx b/sw/qa/extras/odfexport/odfexport.cxx
index e0e6255b6c6d..b4c79b1b048c 100644
--- a/sw/qa/extras/odfexport/odfexport.cxx
+++ b/sw/qa/extras/odfexport/odfexport.cxx
@@ -752,7 +752,7 @@ DECLARE_ODFEXPORT_TEST(testTdf103091, "tdf103091.fodt")
"Conditional"), uno::UNO_QUERY);
auto conditions(getProperty<uno::Sequence<beans::NamedValue>>(xStyle1, "ParaStyleConditions"));
- CPPUNIT_ASSERT_EQUAL(28, conditions.getLength());
+ CPPUNIT_ASSERT_EQUAL(sal_Int32(28), conditions.getLength());
CPPUNIT_ASSERT_EQUAL(OUString("TableHeader"), conditions[0].Name);
CPPUNIT_ASSERT_EQUAL(uno::makeAny(OUString("Addressee")), conditions[0].Value);
CPPUNIT_ASSERT_EQUAL(OUString("Table"), conditions[1].Name);
More information about the Libreoffice-commits
mailing list