2016-06-21
| ||
17:07 | • New ticket [3699db2b31] test vacuously "PASS"es if missing ezsteps / setup section. artifact: 32e7f6af3b user: mrwellan | |
Ticket Hash: | 3699db2b319cf2714334de7924140810fb2e2ed2 | |||
Title: | test vacuously "PASS"es if missing ezsteps / setup section | |||
Status: | Open | Type: | Code_Defect | |
Severity: | Severe | Priority: | ||
Subsystem: | Resolution: | |||
Last Modified: | 2016-06-21 17:07:42 | |||
Version Found In: | 1.61/02 | |||
Description: | ||||
When a testconfig is missing a specification of things to run, eg in [ezsetps] section, the test passes.
II would expect the test to fail since its specification is incomplete. IIn my case, the error was a typo in spelling "ezsteps", but the test passed whereas it should have failed since the underlying step was actually failing but was masked by this issue. |