summaryrefslogtreecommitdiff
path: root/test
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
commit7b679bb6ede037c5621848c8f4477b11e7980058 (patch)
tree882eb55b4c40a569dfd63afbc7f2c83fd0caeb05 /test
parentc568fb896f6d3442e98002eaa062c31b8ed0f518 (diff)
use --nologo to prevent oosplash smoketest hangs
Diffstat (limited to 'test')
-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 9bdddca19f1e..9225411ca601 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")));