summaryrefslogtreecommitdiff
path: root/test/source
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-05-31 14:58:48 +0200
committerMichael Meeks <michael.meeks@novell.com>2011-05-31 17:04:35 +0100
commitfc4a59cbf006d2a9a338fa8a6c1e07bec5642a91 (patch)
treeb324f2110559e3a474764420c6b86d3e3a676711 /test/source
parente6a041c5256c26b2791df7dbf95eec4a541b7a76 (diff)
use --nologo to prevent oosplash smoketest hangs
Diffstat (limited to 'test/source')
-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")));