Changeset 44623 in vbox for trunk/src/VBox/Runtime/testcase/tstRTPath.cpp
- Timestamp:
- Feb 11, 2013 10:14:24 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83710
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTPath.cpp
r44615 r44623 555 555 556 556 /* 557 * RTPathC reateRelative558 */ 559 RTTestSub(hTest, "RTPathC reateRelative");557 * RTPathCalcRelative 558 */ 559 RTTestSub(hTest, "RTPathCalcRelative"); 560 560 struct 561 561 { … … 580 580 const char *pszTo = s_aRelPath[i].pszTo; 581 581 582 rc = RTPathC reateRelative(szPath, sizeof(szPath), pszFrom, pszTo);582 rc = RTPathCalcRelative(szPath, sizeof(szPath), pszFrom, pszTo); 583 583 if (rc != s_aRelPath[i].rc) 584 584 RTTestIFailed("Unexpected return code\n"
Note:
See TracChangeset
for help on using the changeset viewer.