VirtualBox

Changeset 56755 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jul 2, 2015 12:18:21 PM (10 years ago)
Author:
vboxsync
Message:

tdAddGuestCtrl.py: Disabled more stuff to make it pass the buggy/relaxed 4.3 code.

File:
1 edited

Legend:

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

    r56738 r56755  
    15661566            tdTestSessionEx([ tdStepSessionSetEnv('', 'FOO', vbox.ComError.E_INVALIDARG),
    15671567                              tdStepSessionCheckEnv(),
     1568                              tdStepRequireMinimumApiVer(5.0), # 4.3 is too relaxed checking input!
    15681569                              tdStepSessionSetEnv('=', '===', vbox.ComError.E_INVALIDARG),
    15691570                              tdStepSessionCheckEnv(),
     
    15721573                              tdStepSessionSetEnv('=FOO', 'BAR', vbox.ComError.E_INVALIDARG),
    15731574                              tdStepSessionCheckEnv(),
    1574                               tdStepRequireMinimumApiVer(5.0), # 4.3 is buggy!
     1575                              tdStepRequireMinimumApiVer(5.0), # 4.3 is buggy and too relaxed!
     1576                              tdStepSessionBulkEnv(['', 'foo=bar'], vbox.ComError.E_INVALIDARG),
     1577                              tdStepSessionCheckEnv(),
    15751578                              tdStepSessionBulkEnv(['=', 'foo=bar'], vbox.ComError.E_INVALIDARG),
    15761579                              tdStepSessionCheckEnv(),
     
    15841587                              tdStepSessionCheckEnv([ '$$$=%%%',]),
    15851588                              ]),
    1586             tdTestSessionEx([ tdStepSessionSetEnv(u'ß$%ß&', ''),
     1589            tdTestSessionEx([ tdStepRequireMinimumApiVer(5.0), # 4.3 is buggy!
     1590                              tdStepSessionSetEnv(u'ß$%ß&', ''),
    15871591                              tdStepSessionCheckEnv([ u'ß$%ß&=',]),
    15881592                              ]),
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