[Libreoffice-commits] core.git: sfx2/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Sep 22 14:44:14 UTC 2018
sfx2/qa/cppunit/test_misc.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9b1af015fba717db26e6419365b25b4c274fedea
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Sep 22 14:37:32 2018 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Sep 22 16:43:53 2018 +0200
try other markup
Change-Id: I1d2ff100023ac6d94ea6ec65844cf509988ac90b
Reviewed-on: https://gerrit.libreoffice.org/60894
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 c86eca8262a2..cf9fcdb3e0be 100644
--- a/sfx2/qa/cppunit/test_misc.cxx
+++ b/sfx2/qa/cppunit/test_misc.cxx
@@ -181,7 +181,7 @@ void MiscTest::testHardLinks()
xStorable->store();
struct stat buf;
- // coverity[toctou] - this is legitimate in the context of this text
+ // coverity[fs_check_call] - this is legitimate in the context of this text
int 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