VirtualBox

Changeset 16702 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Feb 12, 2009 10:20:52 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42718
Message:

OVF: updated testcase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstAPI.cpp

    r16568 r16702  
    13071307        ComPtr <IAppliance> appliance;
    13081308        CHECK_ERROR_BREAK (virtualBox,
    1309                            OpenAppliance (ovf, appliance.asOutParam()));
     1309                           CreateAppliance (appliance.asOutParam()));
     1310        CHECK_ERROR_BREAK (appliance,
     1311                           Read (ovf));
    13101312        Bstr path;
    13111313        CHECK_ERROR_BREAK (appliance, COMGETTER (Path)(path.asOutParam()));
     
    13721374        ComPtr<IProgress> progress;
    13731375        CHECK_ERROR_BREAK (appliance,
    1374                            ImportAppliance (progress.asOutParam()));
     1376                           ImportMachines (progress.asOutParam()));
    13751377        CHECK_ERROR (progress, WaitForCompletion (-1));
    13761378        if (SUCCEEDED (rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette