Kaydet (Commit) 808d4013 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

So assume SwUiWriterTest::testEmbeddedDataSource works on MACOSX now too

...similar to 6cca91f7 "CppunitTest_sw_uiwriter:
enable on Windows," whatever the original problem was in
601ba26c "Fix the Windows and OS X build
temporarily."

Change-Id: Ia1befff90d773637e01e6d88e398ae21a1d47108
üst 12783429
......@@ -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()
......
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