Opened 11 years ago
Closed 8 years ago
#11406 closed defect (wontfix)
dojox.wire.tests.ml.Service test failures
Reported by: | Chris Mitchell | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Wires | Version: | 1.5.0b2 |
Keywords: | dohfail | Cc: | |
Blocked By: | Blocking: |
Description
GROUP "dojox.wire.ml.tests.markup.Service" has 2 tests to run
ERROR IN:
function test_Service_url(t) {
var d = new doh.Deferred(); dojo.connect(dijit.byId("Invocation1"), "onComplete", function(result){
t.assertEqual("a", dojox.wire.ml.tests.markup.Service.target.a); var o = result.toObject();
t.assertEqual("a", o.item.name); test XmlElement?.toObject() t.assertEqual("b", o.item.data); test XmlElement?.toObject()
d.callback(true);
});
dojo.connect(dijit.byId("Invocation1"), "onError", function(error){
d.errback(error);
}); dojo.publish("invokeGetXml"); return d;
}
FAILED test: ../../dojox/wire/tests/markup/Service.html::dojox.wire.ml.tests.markup.Service::test_Service_url 2 ms
ERROR IN:
function test_Service_serviceUrl(t) {
var d = new doh.Deferred(); dojo.connect(dijit.byId("Invocation2"), "onComplete", function(){
t.assertEqual("a", dojox.wire.ml.tests.markup.Service.result.item.name); d.callback(true);
}); dojo.connect(dijit.byId("Invocation2"), "onError", function(error){
d.errback(error);
}); dojo.publish("invokeGetJson"); return d;
}
FAILED test: ../../dojox/wire/tests/markup/Service.html::dojox.wire.ml.tests.markup.Service::test_Service_serviceUrl 0 ms
Change History (4)
comment:1 Changed 10 years ago by
Milestone: | tbd → future |
---|
comment:2 Changed 10 years ago by
Keywords: | dohfail added |
---|
comment:3 Changed 8 years ago by
Summary: | Safari5: dojox.wire.tests.ml.Service test failures → dojox.wire.tests.ml.Service test failures |
---|
comment:4 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Marking wontfix since wires itself is replaced by dojox/mvc. Although I hate to see a test failure.
Not limited to sadari 5, this fails on all modern browsers.