VirtualBox

Ignore:
Timestamp:
May 4, 2018 12:56:40 PM (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

    r72104 r72112  
    33093309
    33103310        if self.oTstDrv.sHost == "win":
    3311             sScratchHstNotExist = sScratchHst + "\\does-not-exist\\";
    3312             sScratchHstInvalid  = "?*|invalid-name?*|";
     3311            sScratchHstNotExist      = sScratchHst + "\\does-not-exist\\";
     3312            sScratchHstNotExistChain = sScratchHst + "\\does\\not\\exist\\";
     3313            sScratchHstInvalid       = "?*|invalid-name?*|";
    33133314        else:
    3314             sScratchHstNotExist = sScratchHst + "/does-not-exist/";
    3315             sScratchHstInvalid  = "/";
     3315            sScratchHstNotExist      = sScratchHst + "/does-not-exist/";
     3316            sScratchHstNotExistChain = sScratchHst + "/does/not/exist/";
     3317            sScratchHstInvalid       = "/";
    33163318
    33173319        try:
     
    34173419                    # Copying contents of directories into a non-existing directory chain on the host which fail.
    34183420                    [ tdTestCopyFrom(sUser = sUser, sPassword = sPassword, sSrc = 'C:\\Windows\\Web\\',
    3419                                      sDst = sScratchHstNotExist,
     3421                                     sDst = sScratchHstNotExistChain,
    34203422                                     aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]),
    34213423                      tdTestResult(fRc = False) ],
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