From b1964a24a6cabdbd7b0633a85cc7e9cceac90c93 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 24 Jun 2014 15:43:20 +0100 Subject: ReportDefinition is the one that is failing for me under Linux too Change-Id: I00480813d8c3703039a55a7a706937d33e8e8463 --- postprocess/qa/services.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'postprocess') 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 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( -- cgit