unotest/source/cpp/filters-test.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit 3caab405a512b0d279432050d6eff0f19c09a962 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Thu Sep 19 10:25:12 2019 +0200 Commit: Stephan Bergmann <sberg...@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 <sberg...@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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits