From c414bb1dc75b3db4fa88874ff5f978e6a0d18d56 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 31 May 2011 14:58:48 +0200 Subject: use --nologo to prevent oosplash smoketest hangs --- test/source/cpp/officeconnection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx index 9bdddca19..9225411ca 100644 --- a/test/source/cpp/officeconnection.cxx +++ b/test/source/cpp/officeconnection.cxx @@ -76,7 +76,7 @@ void OfficeConnection::setUp() { RTL_CONSTASCII_USTRINGPARAM("--nofirststartwizard")); rtl::OUString norestoreArg(RTL_CONSTASCII_USTRINGPARAM("--norestore")); //Disable use of the unix standalone splash screen app for the tests - rtl::OUString noSplashArg(RTL_CONSTASCII_USTRINGPARAM("--no-oosplash")); + rtl::OUString noSplashArg(RTL_CONSTASCII_USTRINGPARAM("--nologo")); rtl::OUString acceptArg( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("--accept=")) + desc + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(";urp"))); -- cgit v1.2.3