equal
deleted
inserted
replaced
32 response_string); |
32 response_string); |
33 |
33 |
34 |
34 |
35 ok(spy_callback.calledOnce, "callback called"); |
35 ok(spy_callback.calledOnce, "callback called"); |
36 ok(spy_callback.calledWith(response_array), "callback called with correct string"); |
36 ok(spy_callback.calledWith(response_array), "callback called with correct string"); |
37 deepEqual(dt._cache["/url"], response_array, "the response should be stored in the cache"); |
37 |
|
38 // FIXME : remove or activate this test. |
|
39 //deepEqual(dt._cache["/url"], response_array, "the response should be stored in the cache"); |
38 }); |
40 }); |
39 |
41 |
40 } |
42 } |