Changes between Initial Version and Version 2 of Ticket #14439
- Timestamp:
- Dec 9, 2011, 11:30:56 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14439
-
Property
Component
changed from
General
toTestFramework
-
Property
Summary
changed from
DOH runner.js and deferred test
toerror returning dojo.Deferred instead of doh.Deferred from DOH test
-
Property
Priority
changed from
high
tonormal
-
Property
Milestone
changed from
to
1.8
- Property Owner set to bill
-
Property
Severity
changed from
major
tominor
-
Property
Component
changed from
-
Ticket #14439 – Description
initial v2 1 Runner cr ushes and prevents other methods from executing1 Runner crashes and prevents other methods from executing/ 2 2 3 3 Reason is line: 4 5 {{{ 4 6 1328 doh._testFinished(groupName, fixture, ret.results[0]); 7 }}} 8 5 9 in runner.js 6 10 and ret.results being undefined