« Bugzilla Issues Index
#72 — Typo in Test 15.2.3.6-4-590
- bug_id:
72
- creation_ts:
2011-03-14 15:44:00 -0700
- short_desc:
Typo in Test 15.2.3.6-4-590
- delta_ts:
2011-05-25 13:05:19 -0700
- product:
Test262
- component:
ECMA-262 Tests
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
David Bruant
- assigned_to:
Dave Fugate
- commentid:
157
- comment_count:
0
- who:
David Bruant
- bug_when:
2011-03-14 15:44:15 -0700
------------
var hasOwnProperty = !teamMeeting.hasOwnProperty("name") &&
!teamMeeting.hasOwnProperty("startTime") &&
!teamMeeting.hasOwnProperty("startTime");
------------
Third line should be:
!teamMeeting.hasOwnProperty("conferenceCall");
Other tests may be affected. Might be worth checking.
- commentid:
218
- comment_count:
1
- who:
Dave Fugate
- bug_when:
2011-05-25 13:05:19 -0700
Great spot! This affected 15.2.3.6-4-588.js through 15.2.3.6-4-592.js. The fixes have been checked into Mercurial.