diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-24 15:43:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-24 16:05:50 +0100 |
commit | b1964a24a6cabdbd7b0633a85cc7e9cceac90c93 (patch) | |
tree | e8e6f65d711d5dfc5ab861b5b0def1cae8c9659f /postprocess/qa/services.cxx | |
parent | 1dac3254d554a38eafeec894e8e11eb163746281 (diff) |
ReportDefinition is the one that is failing for me under Linux too
Change-Id: I00480813d8c3703039a55a7a706937d33e8e8463
Diffstat (limited to 'postprocess/qa/services.cxx')
-rw-r--r-- | postprocess/qa/services.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index 706010d6774a..f6a07e497502 100644 --- a/postprocess/qa/services.cxx +++ b/postprocess/qa/services.cxx @@ -38,7 +38,7 @@ public: void ServicesTest::test() { std::vector<OUString> blacklist; -#if defined WNT + // On Windows, blacklist the com.sun.star.report.ReportDefinition service, // as its reportdesign::OReportDefinition implementation (in // reportdesign/source/core/api/ReportDefinition.cxx) spawns a thread that @@ -54,7 +54,6 @@ void ServicesTest::test() // ImplBorderWindow::ImplInit -> Window::ImplInit -> // WinSalInstance::CreateFrame -> ImplSendMessage -> SendMessageW): blacklist.push_back("com.sun.star.report.ReportDefinition"); -#endif Reference< XHierarchicalNameAccess > xTypeManager( m_xContext->getValueByName( |