Changeset 6400
- Timestamp:
- 02/28/08 15:21:53 (11 months ago)
- Files:
-
- trunk/openlayers/tests/Tile/test_WFS.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Tile/test_WFS.html
r6399 r6400 73 73 //running request (cancelled) -- 4 tests + 1 test (for request abort) 74 74 tile.request = { 75 'abort': function() { 76 t.ok(true, "request aborted"); 75 transport: { 76 'abort': function() { 77 t.ok(true, "request aborted"); 78 } 77 79 } 78 80 };
