Changeset 6229
- Timestamp:
- 02/12/08 11:33:23 (1 year ago)
- Files:
-
- trunk/openlayers/tests/test_Ajax.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/test_Ajax.html
r6131 r6229 8 8 var req = OpenLayers.Ajax.Request; 9 9 OpenLayers.ProxyHost = "/?url="; 10 OpenLayers.Ajax.Request = function(uri) {10 OpenLayers.Ajax.Request.prototype.request = function(uri) { 11 11 t.eq(uri, "/?url=http%3A%2F%2Fexample.com%2F%3Fformat%3Dimage%2Bkml", "URI matches what we expect from loadurl"); 12 12 }
