Changeset 5524
- Timestamp:
- 12/19/07 22:23:39 (1 year ago)
- Files:
-
- trunk/openlayers/tests/Layer/test_MapServer.html (modified) (1 diff)
- trunk/openlayers/tests/Layer/test_WMS.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Layer/test_MapServer.html
r5468 r5524 212 212 (window.location.host == "openlayers.org"); 213 213 214 if (OpenLayers.Util.getBrowserName() == "opera" ) {214 if (OpenLayers.Util.getBrowserName() == "opera" || OpenLayers.Util.getBrowserName() == "safari") { 215 215 t.plan(1); 216 t.debug_print("Can't test google reprojection in Opera .");216 t.debug_print("Can't test google reprojection in Opera or Safari."); 217 217 } else if(validkey) { 218 218 t.plan(5); trunk/openlayers/tests/Layer/test_WMS.html
r5468 r5524 279 279 (window.location.host == "localhost") || 280 280 (window.location.host == "openlayers.org"); 281 if (OpenLayers.Util.getBrowserName() == "opera" ) {281 if (OpenLayers.Util.getBrowserName() == "opera" || OpenLayers.Util.getBrowserName() == "safari") { 282 282 t.plan(1); 283 t.debug_print("Can't test google reprojection in Opera .");283 t.debug_print("Can't test google reprojection in Opera or Safari."); 284 284 } else if(validkey) { 285 285 t.plan(5);
