Ticket #5507 (closed defect: worksforme)
UT failure in tests.rpc
| Reported by: | peller | Owned by: | dmachi |
|---|---|---|---|
| Priority: | highest | Milestone: | 1.1 |
| Component: | RPC | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
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
Note: See
TracTickets for help on using
tickets.