[Libreoffice-commits] core.git: unotest/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 19 11:03:37 UTC 2019


 unotest/source/cpp/filters-test.cxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 3caab405a512b0d279432050d6eff0f19c09a962
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Sep 19 10:25:12 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Sep 19 13:02:52 2019 +0200

    Improve test output a bit
    
    Change-Id: Id10d8243ce0b8f1d1c44ebc56ba7f62e2bda7803
    Reviewed-on: https://gerrit.libreoffice.org/79114
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/unotest/source/cpp/filters-test.cxx b/unotest/source/cpp/filters-test.cxx
index 7881d9a8ee59..dc6dd5e3c33b 100644
--- a/unotest/source/cpp/filters-test.cxx
+++ b/unotest/source/cpp/filters-test.cxx
@@ -106,8 +106,9 @@ void FiltersTest::recursiveScan(filterStatus nExpected,
             }
         }
 
-        OString aRes(OUStringToOString(sURL,
-            osl_getThreadTextEncoding()));
+        OString aRes(
+            (bExport ? OStringLiteral("save") : OStringLiteral("load")) + " "
+            + OUStringToOString(sURL, osl_getThreadTextEncoding()));
 
         OUString realUrl;
         if (bEncrypted)


More information about the Libreoffice-commits mailing list