Ticket #5506 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

UT failure in tests._base.NodeList

Reported by: peller Owned by: alex
Priority: highest Milestone: 1.1
Component: General Version: 1.0
Severity: blocker Keywords:
Cc:

Description

confirmed on FF2 and IE6

    _AssertFailure: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojo/dojo.js:133 doh._AssertFailure: assertEqual() failed: expected |1| but got |0|
 doh._AssertFailure
     ERROR IN:
  (function query() {var pnl = new dojo.NodeList(t);doh.is(c, pnl.query("span")[0]);doh.is(t, dojo.query("body").query(":last-child")[0]);doh.is(c, dojo.query("body").query(":last-child")[1]);doh.is(1, pnl.query().length);})
 FAILED test: ../../dojo/tests/_base/NodeList.html::t::query

Change History

Changed 6 months ago by alex

  • status changed from new to assigned

Changed 6 months ago by alex

  • status changed from assigned to closed
  • resolution set to fixed

(In [11957]) fixes #5506. When query() is called without any params, the source list should be passed back. !strict

Changed 6 months ago by liucougar

(In [11959]) refs #5506: change styles to style

Note: See TracTickets for help on using tickets.