[Libreoffice-commits] .: test/source

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Tue May 31 05:59:14 PDT 2011


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

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