sasifying my need for unmixed tabs

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6399 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-02-28 20:20:23 +00:00
parent c92527fae5
commit 4107e90c0a

View File

@@ -72,11 +72,9 @@
//running request (cancelled) -- 4 tests + 1 test (for request abort)
tile.request = {
'transport': {
'abort': function() {
t.ok(true, "request aborted");
}
}
};
OpenLayers.Tile.WFS.prototype.loadFeaturesForRegion.apply(tile, [g_Success]);