VirtualBox

Ignore:
Timestamp:
Apr 27, 2018 8:17:49 AM (7 years ago)
Author:
vboxsync
Message:

Guest Control/Validation Kit: Fixed testing for invalid names on Windows guests / hosts.

File:
1 edited

Legend:

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

    r72046 r72048  
    31223122            sScratchGst = "C:\\Temp\\vboxtest\\testGuestCtrlCopyTo/";
    31233123            sScratchGstNotExist = "C:\\does-not-exist\\";
    3124             sScratchGstInvalid = "[]?:";
     3124            sScratchGstInvalid = ":?";
    31253125        else:
    31263126            sUser = "vbox";
     
    32983298
    32993299        if self.oTstDrv.sHost == "win":
    3300             sScratchHstInvalid = "[]?:";
     3300            sScratchHstInvalid = ":?";
    33013301        else:
    33023302            sScratchHstInvalid = "/";
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