VirtualBox

Changeset 80880 in vbox


Ignore:
Timestamp:
Sep 18, 2019 10:33:15 AM (5 years ago)
Author:
vboxsync
Message:

ValKit/tdAddGuestCtrl.py: env check fixes.

File:
1 edited

Legend:

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

    r80874 r80880  
    22282228                                            tdStepSessionBulkEnv(['=FOO', 'foo=bar'], vbox.ComError.E_INVALIDARG),
    22292229                                            tdStepSessionCheckEnv(),
     2230                                            tdStepSessionBulkEnv(['=D:=D:/tmp', 'foo=bar'], vbox.ComError.E_INVALIDARG),
     2231                                            tdStepSessionCheckEnv(),
     2232                                            tdStepSessionSetEnv('=D:', 'D:/temp', vbox.ComError.E_INVALIDARG),
     2233                                            tdStepSessionCheckEnv(),
    22302234                                            ]));
    22312235        elif self.oTstDrv.fpApiVer >= 6.1 and oTestVm.isWindows():
    22322236            aoTests.append(tdTestSessionEx([tdStepSessionSetEnv('=D:', 'D:/tmp'),
    22332237                                            tdStepSessionCheckEnv(['=D:=D:/tmp',]),
    2234                                             tdStepSessionBulkEnv(['=FOO', 'foo=bar']),
    2235                                             tdStepSessionCheckEnv(['=D:=D:/tmp', '=FOO', 'foo=bar']),
     2238                                            tdStepSessionBulkEnv([['=D:=D:/temp', '=FOO', 'foo=bar']),
     2239                                            tdStepSessionCheckEnv(['=D:=D:/temp', '=FOO', 'foo=bar']),
    22362240                                            tdStepSessionUnsetEnv('=D:'),
    22372241                                            tdStepSessionCheckEnv(['=FOO', 'foo=bar']),
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