Kaydet (Commit) 788b778d authored tarafından Caolán McNamara's avatar Caolán McNamara

sal_Int32 as long strikes again

Change-Id: I26abf6d0e102712f76977e0763c4a672434a1325
üst 7b75dc8c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment