Changeset 49039 in vbox for trunk/src/VBox/Runtime/testcase/tstRTPath.cpp
- Timestamp:
- Oct 10, 2013 6:27:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTPath.cpp
r45400 r49039 705 705 706 706 /* 707 * RTPathStrip Ext708 */ 709 RTTestSub(hTest, "RTPathStrip Ext");707 * RTPathStripSuffix 708 */ 709 RTTestSub(hTest, "RTPathStripSuffix"); 710 710 struct 711 711 { … … 725 725 726 726 strcpy(szPath, pszInput); 727 RTPathStrip Ext(szPath);727 RTPathStripSuffix(szPath); 728 728 if (strcmp(szPath, pszResult)) 729 729 RTTestIFailed("Unexpected result\n"
Note:
See TracChangeset
for help on using the changeset viewer.