[Libreoffice-commits] core.git: sw/qa
Stephan Bergmann
sbergman at redhat.com
Thu Jun 11 00:57:15 PDT 2015
sw/qa/extras/uiwriter/uiwriter.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 808d40139283e6dbc2248efaf661502f6e22f0ac
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Jun 11 09:53:03 2015 +0200
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
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 5c9313d..d368f94 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()
More information about the Libreoffice-commits
mailing list