Differences From Artifact [3309a7f27b]:
- File ajax/i-test/rhino-test.js — part of check-in [d2c5b943f3] at 2012-03-02 14:25:00 on branch trunk — Renamed /json/artifact/?uuid=xxx to name=xxx (it now matches the docs), minor internal cleanups in /json/artifact. (user: stephan size: 8732) [more...]
To Artifact [29c5eb998e]:
- File ajax/i-test/rhino-test.js — part of check-in [5040705dfa] at 2013-05-29 20:26:33 on branch trunk — Fixed one of the JSON test assertions (broken by API changes). (user: stephan size: 8723) [more...]
| ︙ | |||
181 182 183 184 185 186 187 | 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 | - + |
},
{
onResponse:function(resp,req){
rs = resp;
}
});
assertResponseOK(rs);
|
| ︙ |