Opened 13 years ago
Closed 13 years ago
#5507 closed defect (worksforme)
UT failure in tests.rpc
Reported by: | Adam Peller | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | blocker | Milestone: | 1.1 |
Component: | RPC | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
confirmed on FF with the nightly running directly off the server
thought there was a ticket on this somewhere, but can't find it
the EchoTest? fails when running the nightly from the server. This might have been in the 1.0 release as well.
GROUP "tests.rpc" has 4 tests to run Error: Error: Unable to load ../../dojo/tests/resources/test_JsonRPCMediator.php status:404 ERROR IN: (function () {var d = new doh.Deferred;var td = this.svc.myecho("RPC TEST");if (window.location.protocol == "file:") {var err = new Error("This Test requires a webserver and PHP and will fail intentionally if loaded from file://");d.errback(err);return d;}td.addCallbacks(function (result) {if (result == " RPC TEST ") {return true;} else {return new Error("JsonRpc-EchoTest test failed, resultant content didn't match");}}, function (result) {return new Error(result);});td.addBoth(d, "callback");return d;}) FAILED test: JsonRPC-EchoTest
Change History (2)
comment:1 Changed 13 years ago by
Priority: | normal → highest |
---|
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Believe this was from inability to execute php. Doesn't seem to be a problem.