diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-16 09:19:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-06-16 09:19:05 +0200 |
commit | 5ac1d27d0bca285047f291e0a475f8bb99134cea (patch) | |
tree | 39d5539eecacabf94267e7e3f5a102d7256e12c8 /sw/qa | |
parent | a975624bfeeb08670b90944eda372d6d4755ae34 (diff) |
CPPUNIT_ASSERT_EQUAL type-mismatch
Change-Id: Icd115383970d351ed8b224bbbd18e98ae0cc8f0d
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/odfexport/odfexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |