OpenLayers OpenLayers

Changeset 6400

Show
Ignore:
Timestamp:
02/28/08 15:21:53 (11 months ago)
Author:
tschaub
Message:

got ahead of myself in r6399

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tests/Tile/test_WFS.html

    r6399 r6400  
    7373      //running request (cancelled) -- 4 tests + 1 test (for request abort) 
    7474        tile.request = { 
    75             'abort': function() { 
    76                     t.ok(true, "request aborted"); 
     75            transport: { 
     76                'abort': function() { 
     77                        t.ok(true, "request aborted"); 
     78                } 
    7779            } 
    7880        };