VirtualBox

Changeset 47811 in vbox


Ignore:
Timestamp:
Aug 16, 2013 1:28:49 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88072
Message:

IPRT/testcase/tstRTFileModeStringToFlags.cpp: Fix for the fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTFileModeStringToFlags.cpp

    r47809 r47811  
    107107        }
    108108
    109         /** @todo Sharing modes are not implemented yet, so just assume default ones. */
    110         uMode |= RTFILE_O_DENY_NONE;
     109        /** @todo Testing sharing modes are not implemented yet,
     110         *        so just remove them from testing. */
     111        uMode &= ~RTFILE_O_DENY_NONE;
    111112
    112113        if (   RT_SUCCESS(iResult)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette