- Timestamp:
- Oct 8, 2010 8:12:41 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTUuid.cpp
r32995 r32996 116 116 RTTEST_CHECK(hTest, RTUtf16Len(wsz) == RTUUID_STR_LENGTH - 1); 117 117 118 RTTestSub(hTest, "RTUuidFromUtf16"); 119 rc = RTUuidFromUtf16(&Uuid2, wsz); CHECK_RC(); 120 RTTEST_CHECK(hTest, RTUuidCompare(&Uuid, &Uuid2) == 0); 121 118 122 RTUTF16 *pwsz; 119 123 rc = RTStrToUtf16(sz2, &pwsz); … … 140 144 RTUtf16Free(pwsz); 141 145 } 142 143 RTTestSub(hTest, "RTUuidFromUtf16");144 rc = RTUuidFromUtf16(&Uuid2, wsz); CHECK_RC();145 RTTEST_CHECK(hTest, RTUuidCompare(&Uuid, &Uuid2) == 0);146 146 147 147 RTTestSub(hTest, "RTUuidCompareStr");
Note:
See TracChangeset
for help on using the changeset viewer.