summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-07-30 17:01:18 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-07-30 17:02:52 +0200
commit6465a9708bd04fa60639f52c39ec0496901a83e7 (patch)
treef053c928081f6b519c64daaf74c36685738db8dc
parentea5e83abcfa1406c401b8a1ec91efda65373b74b (diff)
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
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 7a8d399e4df2..e0cebabeb2c4 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()