Changeset 2101
- Timestamp:
- 12/23/06 00:20:09 (2 years ago)
- Files:
-
- trunk/openlayers/tests/test_Util.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/test_Util.html
r2100 r2101 549 549 url1 = "foo.html"; 550 550 url2 = "../tests/foo.html"; 551 console.log(url1);552 551 553 552 t.ok(OpenLayers.Util.isEquivalentUrl(url1, url2), "relative vs. absolute paths works");
