[Libreoffice-commits] core.git: sw/qa
Miklos Vajna
vmiklos at collabora.co.uk
Thu Jul 30 08:04:09 PDT 2015
sw/qa/extras/uiwriter/uiwriter.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 6465a9708bd04fa60639f52c39ec0496901a83e7
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Jul 30 17:01:18 2015 +0200
CppunitTest_sw_uiwriter: disable this on OS X for now
Works on MacOSX-x86_64_49-TDF, but not on Jenkins_MacOSX for some
reason.
Change-Id: I027fa7d20e6a9706f17905100882cca9ad807493
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 7a8d399..e0cebab 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -2051,6 +2051,7 @@ void SwUiWriterTest::testDde()
void SwUiWriterTest::testTdf89954()
{
+#ifndef MACOSX
SwDoc* pDoc = createDoc("tdf89954.odt");
SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
pWrtShell->EndPara();
@@ -2066,6 +2067,7 @@ void SwUiWriterTest::testTdf89954()
// As a result, autocorrect did not turn the 't' input into 'T'.
OUString aExpected("Tes\xef\xbf\xb9t. Test.", 14, RTL_TEXTENCODING_UTF8);
CPPUNIT_ASSERT_EQUAL(aExpected, aNodeIndex.GetNode().GetTextNode()->GetText());
+#endif
}
void SwUiWriterTest::testTdf89720()
More information about the Libreoffice-commits
mailing list