Changeset 56755 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jul 2, 2015 12:18:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r56738 r56755 1566 1566 tdTestSessionEx([ tdStepSessionSetEnv('', 'FOO', vbox.ComError.E_INVALIDARG), 1567 1567 tdStepSessionCheckEnv(), 1568 tdStepRequireMinimumApiVer(5.0), # 4.3 is too relaxed checking input! 1568 1569 tdStepSessionSetEnv('=', '===', vbox.ComError.E_INVALIDARG), 1569 1570 tdStepSessionCheckEnv(), … … 1572 1573 tdStepSessionSetEnv('=FOO', 'BAR', vbox.ComError.E_INVALIDARG), 1573 1574 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(), 1575 1578 tdStepSessionBulkEnv(['=', 'foo=bar'], vbox.ComError.E_INVALIDARG), 1576 1579 tdStepSessionCheckEnv(), … … 1584 1587 tdStepSessionCheckEnv([ '$$$=%%%',]), 1585 1588 ]), 1586 tdTestSessionEx([ tdStepSessionSetEnv(u'ß$%ß&', ''), 1589 tdTestSessionEx([ tdStepRequireMinimumApiVer(5.0), # 4.3 is buggy! 1590 tdStepSessionSetEnv(u'ß$%ß&', ''), 1587 1591 tdStepSessionCheckEnv([ u'ß$%ß&=',]), 1588 1592 ]),
Note:
See TracChangeset
for help on using the changeset viewer.