summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-05-31 14:58:48 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-05-31 14:58:48 +0200
commitc414bb1dc75b3db4fa88874ff5f978e6a0d18d56 (patch)
tree3c6d480ef04f3a72a60e6592b29666c6b95dfae7
parent2b38f83ac93584f4150cae3b5f2ba367ed379c77 (diff)
use --nologo to prevent oosplash smoketest hangs
-rw-r--r--test/source/cpp/officeconnection.cxx2
1 files changed, 1 insertions, 1 deletions
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")));