diff options
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/cpp/filters-test.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
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) |