[Libreoffice-commits] .: Branch 'feature/calc-multiline-input' - test/source

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Jun 3 22:07:09 PDT 2011


 test/source/cpp/officeconnection.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 026374c3e1f398d5746917c772fccba612201187
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