michael@0: # test script keyword. michael@0: michael@0: # cases where the test does not include an appropriate getTestCases() function, michael@0: # or where getTestCases() does not return an array of objects with methods michael@0: # testPassed() and testDescription() can not be included since they always michael@0: # produce unexpected failures. michael@0: michael@0: script scripttest-pass.html michael@0: fails script scripttest-fail.html michael@0: fails script scripttest-pass-fail.html