From fcd7ecfa3cafef60dc062982c59c0252d58c3992 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 28 Feb 2008 20:21:53 +0000 Subject: [PATCH] got ahead of myself in r6399 git-svn-id: http://svn.openlayers.org/trunk/openlayers@6400 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Tile/test_WFS.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/Tile/test_WFS.html b/tests/Tile/test_WFS.html index 936b26fa66..3a1b64134b 100644 --- a/tests/Tile/test_WFS.html +++ b/tests/Tile/test_WFS.html @@ -72,8 +72,10 @@ //running request (cancelled) -- 4 tests + 1 test (for request abort) tile.request = { - 'abort': function() { - t.ok(true, "request aborted"); + transport: { + 'abort': function() { + t.ok(true, "request aborted"); + } } }; OpenLayers.Tile.WFS.prototype.loadFeaturesForRegion.apply(tile, [g_Success]);