Changeset 94660 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Apr 21, 2022 8:38:34 AM (3 years ago)
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPI.cpp
r93115 r94660 128 128 NULL, /** OS Type */ 129 129 NULL, /** Create flags */ 130 NULL, /** Cipher */ 131 NULL, /** Password id */ 132 NULL, /** Password */ 130 133 ptrMachine.asOutParam())); /** Machine */ 131 134 if (SUCCEEDED(rc)) -
trunk/src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp
r93115 r94660 191 191 nsnull, /* ostype */ 192 192 nsnull, /* create flags */ 193 nsnull, /* cipher */ 194 nsnull, /* password id */ 195 nsnull, /* password */ 193 196 getter_AddRefs(machine)); 194 197 if (NS_FAILED(rc)) -
trunk/src/VBox/Main/testcase/tstVBoxMultipleVM.cpp
r93115 r94660 327 327 ComSafeArrayAsInParam(groups), /* Groups */ 328 328 NULL, /* OS Type */ 329 NULL, /** Cipher */ 330 NULL, /** Password id */ 331 NULL, /** Password */ 329 332 NULL, /* Create flags */ 330 333 ptrMachine.asOutParam()));
Note:
See TracChangeset
for help on using the changeset viewer.