Changeset 45262 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Mar 31, 2013 4:20:26 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84651
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstUtf8.cpp
r45260 r45262 105 105 else if (rc == VERR_NO_TRANSLATION) 106 106 RTTestPassed(hTest, "The second part of random UTF-16 -> UTF-8 -> Current -> UTF-8 returned VERR_NO_TRANSLATION. This is probably as it should be.\n"); 107 else if (rc == VWRN_NO_TRANSLATION) 108 RTTestPassed(hTest, "The second part of random UTF-16 -> UTF-8 -> Current -> UTF-8 returned VWRN_NO_TRANSLATION. This is probably as it should be.\n"); 107 109 else 108 110 RTTestFailed(hTest, "%d: The second part of random UTF-16 -> UTF-8 -> Current -> UTF-8 failed with return value %Rrc.",
Note:
See TracChangeset
for help on using the changeset viewer.