(resp, key, expected)
| 741 | return resp && resp.headers && resp.headers[key] === expected |
| 742 | } |
| 743 | function queryMatch(resp, key, expected) { |
| 744 | return resp && resp.query && resp.query[key] === expected |
| 745 | } |
| 746 | |
| 747 | test('standard mode default', function (complete) { |
| 748 | ajax({ |