diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-09 09:00:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-09 12:29:52 +0200 |
commit | 6067362bd4f5d16d3d72ac4a8f4895341b543cf1 (patch) | |
tree | 089fef2b9d37249b1eb9c90939c5b5f86282a7a3 /sfx2 | |
parent | 37e65a2d577d69cfd10df999bc189180f2dea157 (diff) |
this text -> this test
Change-Id: Ibcbd9efb72b0081a3eb6da6df41b9b9fac0584ea
Reviewed-on: https://gerrit.libreoffice.org/80519
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/qa/cppunit/test_misc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |