[Libreoffice-commits] .: Branch 'libreoffice-3-4' - test/source
Michael Meeks
michael at kemper.freedesktop.org
Tue May 31 09:06:09 PDT 2011
test/source/cpp/officeconnection.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 51e73a5871c5d2fb2e2aeeaa9c9d08d84f0f7450
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Tue May 31 14:58:48 2011 +0200
use --nologo to prevent oosplash smoketest hangs
diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx
index 9bdddca..9225411 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")));
More information about the Libreoffice-commits
mailing list