Changeset 16702 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Feb 12, 2009 10:20:52 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42718
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r16568 r16702 1307 1307 ComPtr <IAppliance> appliance; 1308 1308 CHECK_ERROR_BREAK (virtualBox, 1309 OpenAppliance (ovf, appliance.asOutParam())); 1309 CreateAppliance (appliance.asOutParam())); 1310 CHECK_ERROR_BREAK (appliance, 1311 Read (ovf)); 1310 1312 Bstr path; 1311 1313 CHECK_ERROR_BREAK (appliance, COMGETTER (Path)(path.asOutParam())); … … 1372 1374 ComPtr<IProgress> progress; 1373 1375 CHECK_ERROR_BREAK (appliance, 1374 Import Appliance(progress.asOutParam()));1376 ImportMachines (progress.asOutParam())); 1375 1377 CHECK_ERROR (progress, WaitForCompletion (-1)); 1376 1378 if (SUCCEEDED (rc))
Note:
See TracChangeset
for help on using the changeset viewer.