summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/extras/macros-test.cxx6
-rw-r--r--sc/qa/extras/testdocuments/tdf143582.odsbin12194 -> 8982 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index a68b39ce1cbc..b18bb7ab52a1 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -1061,9 +1061,9 @@ void ScMacrosTest::testTdf143582()
aRet >>= aReturnValue;
// Without the fix in place, this test would have failed with
- // - Expected: Test
- // - Actual : TeTest
- CPPUNIT_ASSERT_EQUAL(OUString("Test"), aReturnValue);
+ // - Expected: Test6
+ // - Actual : TeTest8
+ CPPUNIT_ASSERT_EQUAL(OUString("Test6"), aReturnValue);
css::uno::Reference<css::util::XCloseable> xCloseable(xComponent, css::uno::UNO_QUERY_THROW);
xCloseable->close(true);
diff --git a/sc/qa/extras/testdocuments/tdf143582.ods b/sc/qa/extras/testdocuments/tdf143582.ods
index 05f4f07cea2c..1375bf5b9565 100644
--- a/sc/qa/extras/testdocuments/tdf143582.ods
+++ b/sc/qa/extras/testdocuments/tdf143582.ods
Binary files differ