Changeset 47812 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 16, 2013 1:31:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTFileModeStringToFlags.cpp
r47811 r47812 201 201 } 202 202 203 /** @todo Testing sharing modes are not implemented yet, 204 * so just remove them from testing. */ 205 uMode &= ~RTFILE_O_DENY_NONE; 206 203 207 if ( RT_SUCCESS(iResult) 204 208 && uMode != aTestsEx[iTest].uMode)
Note:
See TracChangeset
for help on using the changeset viewer.