Heading_Rtl test failure
The bidi tests are getting a failure on chrome/mac:
GROUP "dojox.mobile.test.doh.Heading1" has 1 test to run
_AssertFailure: assertTrue('false') failed
ERROR IN:
function (){
var d = new doh.Deferred();
setTimeout(d.getTestCallback(function(){
var demoWidget = dijit.byId("dojox_mobile_Heading_0");
doh.assertTrue('mblHeading mblHeadingRtl mblHeadingCenterTitle' == demoWidget.domNode.className || 'mblHeading' == demoWidget.domNode.className);
doh.assertEqual('General', demoWidget.domNode.childNodes[1].childNodes[0].nodeValue);
demoWidget = dijit.byId("dojox_mobile_Heading_1");
doh.assertTrue('mblHeading mblHeadingRtl mblHeadingCenterTitle' == demoWidget.domNode.className || 'mblHeading' == demoWidget.domNode.className);
doh.assertEqual('Very Very Long Title May Not Be Displayed in the Narrow Space', demoWidget.domNode.childNodes[1].childNodes[0].nodeValue);
demoWidget = dijit.byId("dojox_mobile_Heading_2");
doh.assertTrue('mblHeading mblHeadingRtl mblHeadingCenterTitle' == demoWidget.domNode.className || 'mblHeading' == demoWidget.domNode.className);
doh.assertEqual('World Clock', demoWidget.domNode.childNodes[0].childNodes[0].nodeValue);
demoWidget = dijit.byId("dojox_mobile_Heading_3");
doh.assertTrue('mblHeading mblHeadingRtl mblHeadingCenterTitle' == demoWidget.domNode.className || 'mblHeading' == demoWidget.domNode.className);
}));
return d;
}
FAILED test: ../../dojox/mobile/tests/doh/bidi/Heading_Rtl.html::dojox.mobile.test.doh.Heading1::Heading Verification 7 ms
Change History (5)
Milestone: |
tbd →
1.10
|
Owner: |
set to Patrick Ruzand
|
Status: |
new →
assigned
|
Priority: |
undecided →
low
|
Milestone: |
tbd →
1.12
|
Resolution: |
→ patchwelcome
|
Status: |
assigned →
closed
|
Given that no one has shown interest in creating a patch in the past 2+ years, I'm closing this as patchwelcome. Please let us know if you would like to get involved in helping make this change to Dojo!