VirtualBox

Ignore:
Timestamp:
May 4, 2018 8:49:33 AM (7 years ago)
Author:
vboxsync
Message:

Guest Control/Validation Kit: Try to fix the failing tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r72081 r72103  
    32383238                        # Copying directories with contain files we don't have read access to.
    32393239                        [ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sSrc = 'C:\\Windows\\security',
    3240                                        sDst = sScratchGst),
     3240                                       sDst = sScratchGst, aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]),
    32413241                          tdTestResult(fRc = False) ],
    32423242                        # Copying directories with regular files.
    32433243                        [ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sSrc = 'C:\\Windows\\Help',
    3244                                        sDst = sScratchGst),
     3244                                       sDst = sScratchGst, aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]),
    32453245                          tdTestResult(fRc = True) ]
    32463246                        ]);
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