OpenLayers OpenLayers

Changeset 6229

Show
Ignore:
Timestamp:
02/12/08 11:33:23 (1 year ago)
Author:
crschmidt
Message:

Tim points out I'm clearly not running the tests often enough by showing
that the Ajax test fails. Sorry to all; I'm a bad OL dev.

Files:

Legend:

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

    r6131 r6229  
    88        var req = OpenLayers.Ajax.Request; 
    99        OpenLayers.ProxyHost = "/?url="; 
    10         OpenLayers.Ajax.Request = function(uri) { 
     10        OpenLayers.Ajax.Request.prototype.request = function(uri) { 
    1111            t.eq(uri, "/?url=http%3A%2F%2Fexample.com%2F%3Fformat%3Dimage%2Bkml", "URI matches what we expect from loadurl"); 
    1212        }