From 9ebb2b0f61d36f92093c322a5c1379b04b57bd11 Mon Sep 17 00:00:00 2001 From: Attila Szűcs Date: Mon, 19 Oct 2020 18:32:30 +0200 Subject: Clean-up of commit: 0d193c12a673fade8ece9d84cc4024fafdf52c9b MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gerrit.libreoffice.org/c/core/+/104049 Change-Id: I9c7fd094f0301a81e8c86e10e62f4f619d6ec2f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104533 Tested-by: László Németh Reviewed-by: László Németh --- sc/qa/unit/subsequent_export-test.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc') diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index 62ebac829bb6..08ef8c7fcdb0 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -5513,11 +5513,11 @@ void ScExportTest::testTdf76047_externalLink() CPPUNIT_ASSERT(pShell.is()); // load data from external links. (tdf76047_externalLinkSource.ods) - // that file have to be the same directory as tdf76047_externalLink.xlsx + // that file has to be in the same directory as tdf76047_externalLink.xlsx pShell->ReloadAllLinks(); ScDocument& rDoc = pShell->GetDocument(); - // compare the loaded data (from external links) to the data copied manually to the testfile + // compare the data loaded from external links with the expected result stored in the test file for (int nCol = 1; nCol <= 5; nCol++) { for (int nRow = 3; nRow <= 5; nRow++) -- cgit