Changeset 39835 in vbox for trunk/src/VBox
- Timestamp:
- Jan 23, 2012 12:50:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp
r38636 r39835 157 157 /* Test for invalid application. */ 158 158 RTTESTI_CHECK_RC_RETV(RTProcCreateEx("non-existing-app", apszArgs, RTENV_DEFAULT, 0 /*fFlags*/, NULL, 159 NULL, NULL, NULL, NULL, &hProc), VERR_ PATH_NOT_FOUND);159 NULL, NULL, NULL, NULL, &hProc), VERR_FILE_NOT_FOUND); 160 160 /* Test a (hopefully) valid user/password logon (given by parameters of this function). */ 161 161 RTTESTI_CHECK_RC_RETV(RTProcCreateEx(g_szExecName, apszArgs, RTENV_DEFAULT, 0 /*fFlags*/, NULL,
Note:
See TracChangeset
for help on using the changeset viewer.