diff --git a/tests/Layer/test_MapServer.html b/tests/Layer/test_MapServer.html index a15b30818a..0ba06d7820 100644 --- a/tests/Layer/test_MapServer.html +++ b/tests/Layer/test_MapServer.html @@ -211,9 +211,9 @@ (window.location.host == "localhost") || (window.location.host == "openlayers.org"); - if (OpenLayers.Util.getBrowserName() == "opera") { + if (OpenLayers.Util.getBrowserName() == "opera" || OpenLayers.Util.getBrowserName() == "safari") { t.plan(1); - t.debug_print("Can't test google reprojection in Opera."); + t.debug_print("Can't test google reprojection in Opera or Safari."); } else if(validkey) { t.plan(5); var map = new OpenLayers.Map('map'); diff --git a/tests/Layer/test_WMS.html b/tests/Layer/test_WMS.html index 41f9027b18..daac726e3a 100644 --- a/tests/Layer/test_WMS.html +++ b/tests/Layer/test_WMS.html @@ -278,9 +278,9 @@ var validkey = (window.location.protocol == "file:") || (window.location.host == "localhost") || (window.location.host == "openlayers.org"); - if (OpenLayers.Util.getBrowserName() == "opera") { + if (OpenLayers.Util.getBrowserName() == "opera" || OpenLayers.Util.getBrowserName() == "safari") { t.plan(1); - t.debug_print("Can't test google reprojection in Opera."); + t.debug_print("Can't test google reprojection in Opera or Safari."); } else if(validkey) { t.plan(5);