Kaydet (Commit) 7cb07a7a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improve wording of comment

...as discussed on #libreoffice-dev

Change-Id: I5314bdcaf0e023db615c68785b76f4ee6144b079
Reviewed-on: https://gerrit.libreoffice.org/58758
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst f4fb14ed
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment