[Libreoffice-commits] core.git: sc/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 22 09:27:32 UTC 2020


 sc/qa/unit/subsequent_export-test.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9178e44169330afb1271702e20af319175a87d51
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Dec 21 18:07:25 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Dec 22 10:26:47 2020 +0100

    Fix typo
    
    Change-Id: Ia0240b8c601e75564109744bb068b7e156384429
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108121
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index 6e776339cb4d..bcfa926c9314 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -5636,8 +5636,8 @@ void ScExportTest::testTdf138824_linkToParentDirectory()
         pXPathFile, m_xSFactory, "xl/externalLinks/_rels/externalLink1.xml.rels");
     CPPUNIT_ASSERT(pDoc);
 
-    // it should be "../tdf138824_externalSource.ods" but because of an other bug,
-    // on linux some other directory names may added into the middle
+    // it should be "../tdf138824_externalSource.ods" but because of another bug,
+    // on linux some other directory names may be added into the middle
     OUString aValue = getXPath(pDoc, "/r:Relationships/r:Relationship", "Target");
     CPPUNIT_ASSERT_EQUAL(0, static_cast<int>(aValue.indexOf("../")));
     CPPUNIT_ASSERT(aValue.indexOf("/tdf138824_externalSource.ods") > 0);


More information about the Libreoffice-commits mailing list