Opened 12 years ago
Closed 12 years ago
#5607 closed defect (fixed)
dijit/tests/_Templates.html has 1 failure
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
failed: expected |value1| but got |null|bootstrap.js (line 332) doh._AssertFailure message=[54] name=doh._AssertFailurebootstrap.js (line 332) ERROR IN: (function attributeMap(t) {var widget = new AttachPoint({foo:"value1", bar:"value2", style:"color: blue"});var wrapper = dojo.byId("attributeMapWrapper");wrapper.appendChild(widget.domNode);t.is("value1", widget.domNode.getAttribute("foo"));t.is("value2", widget.buttonNode.getAttribute("bar"));})bootstrap.js (line 332) FAILED test: attributeMap
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [12066]) References #5607. Added function attribute support to dojo.attr. !strict