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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 9 10:31:22 UTC 2019


 sfx2/qa/cppunit/test_misc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6067362bd4f5d16d3d72ac4a8f4895341b543cf1
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Oct 9 09:00:42 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Oct 9 12:29:52 2019 +0200

    this text -> this test
    
    Change-Id: Ibcbd9efb72b0081a3eb6da6df41b9b9fac0584ea
    Reviewed-on: https://gerrit.libreoffice.org/80519
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/qa/cppunit/test_misc.cxx b/sfx2/qa/cppunit/test_misc.cxx
index 13f5a68128fa..768a017f03ac 100644
--- a/sfx2/qa/cppunit/test_misc.cxx
+++ b/sfx2/qa/cppunit/test_misc.cxx
@@ -171,7 +171,7 @@ CPPUNIT_TEST_FIXTURE(MiscTest, testHardLinks)
     xStorable->store();
 
     struct stat buf;
-    // coverity[fs_check_call] - this is legitimate in the context of this text
+    // coverity[fs_check_call] - this is legitimate in the context of this test
     nRet = stat(aOld.getStr(), &buf);
     CPPUNIT_ASSERT_EQUAL(0, nRet);
     // This failed: hard link count was 1, the hard link broke on store.


More information about the Libreoffice-commits mailing list