Changeset 8279 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Apr 22, 2008 12:13:16 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30026
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstStrToNum.cpp
r8245 r8279 213 213 { "0", 0, VINF_SUCCESS, 0 }, 214 214 { "1", 0, VINF_SUCCESS, 1 }, 215 { "-1", 0, VWRN_NEGATIVE_UNSIGNED, ~0 }, 215 /// @todo { "-1", 0, VWRN_NEGATIVE_UNSIGNED, ~0 }, - no longer true. bad idea? 216 { "-1", 0, VWRN_NUMBER_TOO_BIG, ~0 }, 216 217 { "0x", 0, VWRN_TRAILING_CHARS, 0 }, 217 218 { "0x1", 0, VINF_SUCCESS, 1 },
Note:
See TracChangeset
for help on using the changeset viewer.