VirtualBox

Changeset 45262 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Mar 31, 2013 4:20:26 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84651
Message:

tstUtf8: Another VERR_NO_TRANSLATE/VWRN_NO_TRANSLATE hack.

File:
1 edited

Legend:

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

    r45260 r45262  
    105105        else if (rc == VERR_NO_TRANSLATION)
    106106            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");
    107109        else
    108110            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.

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