diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-08-09 13:23:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-08-09 15:22:18 +0200 |
commit | 7cb07a7a7cb2b05be3f698daccf8bfaef427a728 (patch) | |
tree | 048330e56253b4967515571ae032272ac3635855 /sfx2 | |
parent | f4fb14ed796cec7a02f3a06a6556997ae415e79d (diff) |
Improve wording of comment
...as discussed on #libreoffice-dev
Change-Id: I5314bdcaf0e023db615c68785b76f4ee6144b079
Reviewed-on: https://gerrit.libreoffice.org/58758
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/qa/cppunit/test_misc.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/qa/cppunit/test_misc.cxx b/sfx2/qa/cppunit/test_misc.cxx index 88764a63f842..7162dfc58581 100644 --- a/sfx2/qa/cppunit/test_misc.cxx +++ b/sfx2/qa/cppunit/test_misc.cxx @@ -140,8 +140,8 @@ void MiscTest::testNoThumbnail() osl::FileStatus aStatus(osl_FileStatus_Mask_Attributes); CPPUNIT_ASSERT_EQUAL(osl::DirectoryItem::E_None, aItem.getFileStatus(aStatus)); - // This failed, osl_File_Attribute_GrpRead was not set even if umask - // requested so. + // The following checks used to fail in the past, osl_File_Attribute_GrpRead was not set even if + // umask requested so: CPPUNIT_ASSERT(aStatus.getAttributes() & osl_File_Attribute_GrpRead); CPPUNIT_ASSERT(aStatus.getAttributes() & osl_File_Attribute_OthRead); umask(nMask); |