Kaydet (Commit) b1964a24 authored tarafından Caolán McNamara's avatar Caolán McNamara

ReportDefinition is the one that is failing for me under Linux too

Change-Id: I00480813d8c3703039a55a7a706937d33e8e8463
üst 1dac3254
...@@ -38,7 +38,7 @@ public: ...@@ -38,7 +38,7 @@ public:
void ServicesTest::test() void ServicesTest::test()
{ {
std::vector<OUString> blacklist; std::vector<OUString> blacklist;
#if defined WNT
// On Windows, blacklist the com.sun.star.report.ReportDefinition service, // On Windows, blacklist the com.sun.star.report.ReportDefinition service,
// as its reportdesign::OReportDefinition implementation (in // as its reportdesign::OReportDefinition implementation (in
// reportdesign/source/core/api/ReportDefinition.cxx) spawns a thread that // reportdesign/source/core/api/ReportDefinition.cxx) spawns a thread that
...@@ -54,7 +54,6 @@ void ServicesTest::test() ...@@ -54,7 +54,6 @@ void ServicesTest::test()
// ImplBorderWindow::ImplInit -> Window::ImplInit -> // ImplBorderWindow::ImplInit -> Window::ImplInit ->
// WinSalInstance::CreateFrame -> ImplSendMessage -> SendMessageW): // WinSalInstance::CreateFrame -> ImplSendMessage -> SendMessageW):
blacklist.push_back("com.sun.star.report.ReportDefinition"); blacklist.push_back("com.sun.star.report.ReportDefinition");
#endif
Reference< XHierarchicalNameAccess > xTypeManager( Reference< XHierarchicalNameAccess > xTypeManager(
m_xContext->getValueByName( m_xContext->getValueByName(
......
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