got ahead of myself in r6399

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6400 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-02-28 20:21:53 +00:00
parent 4107e90c0a
commit fcd7ecfa3c
+2
View File
@@ -72,9 +72,11 @@
//running request (cancelled) -- 4 tests + 1 test (for request abort) //running request (cancelled) -- 4 tests + 1 test (for request abort)
tile.request = { tile.request = {
transport: {
'abort': function() { 'abort': function() {
t.ok(true, "request aborted"); t.ok(true, "request aborted");
} }
}
}; };
OpenLayers.Tile.WFS.prototype.loadFeaturesForRegion.apply(tile, [g_Success]); OpenLayers.Tile.WFS.prototype.loadFeaturesForRegion.apply(tile, [g_Success]);