VirtualBox

Changeset 35568 in vbox for trunk/src


Ignore:
Timestamp:
Jan 14, 2011 2:24:53 PM (14 years ago)
Author:
vboxsync
Message:

IPRT: another ministring testcase

File:
1 edited

Legend:

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

    r35567 r35568  
    252252    CHECK_EQUAL(strTest.substrCP(15, 1), "");
    253253
     254    /* and check cooperation with find() */
     255    size_t pos = strTest.find("ß");
     256    CHECK_EQUAL(strTest.substr(pos), "ßäbcdef");
     257
    254258    /* special constructor and assignment arguments */
    255259    iprt::MiniString StrCtor1("");
Note: See TracChangeset for help on using the changeset viewer.

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