Changeset 61129 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- May 23, 2016 11:54:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp
r58047 r61129 388 388 "non-existing-user", "wrong-password", &hProc); 389 389 if (rc != VERR_AUTHENTICATION_FAILURE && rc != VERR_PRIVILEGE_NOT_HELD && rc != VERR_PROC_TCB_PRIV_NOT_HELD) 390 RTTestIFailed("rc=%Rrc" );390 RTTestIFailed("rc=%Rrc", rc); 391 391 392 392 /* Test for invalid application. */
Note:
See TracChangeset
for help on using the changeset viewer.