i18npool/qa/cppunit/test_breakiterator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 788b778d168f5de13479eb9a83369810a06232fb Author: Caolán McNamara <caol...@redhat.com> Date: Thu May 28 13:02:18 2015 +0100 sal_Int32 as long strikes again Change-Id: I26abf6d0e102712f76977e0763c4a672434a1325 diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx index a2820d2..6e758f6 100644 --- a/i18npool/qa/cppunit/test_breakiterator.cxx +++ b/i18npool/qa/cppunit/test_breakiterator.cxx @@ -809,7 +809,7 @@ void TestBreakIterator::testLao() i18n::Boundary aBounds = m_xBreak->getWordBoundary(aTest, 0, aLocale, i18n::WordType::DICTIONARY_WORD, true); - CPPUNIT_ASSERT_EQUAL(0, aBounds.startPos); + CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(0), aBounds.startPos); //TODO: Expected: 5 | Actual : 12 //CPPUNIT_ASSERT_EQUAL(5, aBounds.endPos);
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits