VirtualBox

Ignore:
Timestamp:
Oct 12, 2010 8:27:08 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66612
Message:

forgotten files for previous change

Location:
trunk/src/VBox/Devices/Storage/testcase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp

    r32536 r33083  
    743743    rc = VDOpen(pVD, "VMDK", src, VD_OPEN_FLAGS_NORMAL, NULL);
    744744    CHECK("VDOpen()");
    745     rc = VDCopy(pVD, 0, pVD, "VMDK", dst, true, 0, VD_IMAGE_FLAGS_NONE, NULL, NULL, NULL, NULL);
     745    rc = VDCopy(pVD, 0, pVD, "VMDK", dst, true, 0, VD_IMAGE_FLAGS_NONE, NULL,
     746                VD_OPEN_FLAGS_NORMAL, NULL, NULL, NULL);
    746747    CHECK("VDCopy()");
    747748
  • trunk/src/VBox/Devices/Storage/testcase/vbox-img.cpp

    r32536 r33083  
    373373        /* Create the output image */
    374374        rc = VDCopy(pSrcDisk, VD_LAST_IMAGE, pDstDisk, pszDstFormat,
    375                     pszDstFilename, false, 0, uImageFlags, NULL, NULL, NULL, NULL);
     375                    pszDstFilename, false, 0, uImageFlags, NULL,
     376                    VD_OPEN_FLAGS_NORMAL, NULL, NULL, NULL);
    376377        if (RT_FAILURE(rc))
    377378        {
Note: See TracChangeset for help on using the changeset viewer.

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