summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-11 09:53:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-11 09:56:48 +0200
commit808d40139283e6dbc2248efaf661502f6e22f0ac (patch)
tree8cb81b84d16d0f0a630113bed9a7de7b146ea9c9 /sw
parent12783429cfa5984adf02efdfcbe6e1653d58365f (diff)
So assume SwUiWriterTest::testEmbeddedDataSource works on MACOSX now too
...similar to 6cca91f7ada91701443225061a5dd0ae81a98b8e "CppunitTest_sw_uiwriter: enable on Windows," whatever the original problem was in 601ba26cb5737970e7e9a173515bb21ebde55db9 "Fix the Windows and OS X build temporarily." Change-Id: Ia1befff90d773637e01e6d88e398ae21a1d47108
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 5c9313dc1bde..d368f94b1fc4 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -1056,7 +1056,6 @@ void SwUiWriterTest::testTdf90883TableBoxGetCoordinates()
void SwUiWriterTest::testEmbeddedDataSource()
{
-#if !defined(MACOSX)
// Initially no data source.
uno::Reference<uno::XComponentContext> xComponentContext(comphelper::getProcessComponentContext());
uno::Reference<sdb::XDatabaseContext> xDatabaseContext = sdb::DatabaseContext::create(xComponentContext);
@@ -1092,7 +1091,6 @@ void SwUiWriterTest::testEmbeddedDataSource()
mxComponent->dispose();
mxComponent.clear();
CPPUNIT_ASSERT(!xDatabaseContext->hasByName("calc-data-source"));
-#endif
}
void SwUiWriterTest::testUnoCursorPointer()