OpenLayers OpenLayers

Changeset 5524

Show
Ignore:
Timestamp:
12/19/07 22:23:39 (1 year ago)
Author:
crschmidt
Message:

Silence these errors like we did for Opera. With this and #1219 applied,
Safari passes all tests. (Time to write more tests.)

Files:

Legend:

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

    r5468 r5524  
    212212                       (window.location.host == "openlayers.org"); 
    213213         
    214         if (OpenLayers.Util.getBrowserName() == "opera") { 
     214        if (OpenLayers.Util.getBrowserName() == "opera" || OpenLayers.Util.getBrowserName() == "safari") { 
    215215            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."); 
    217217        } else if(validkey) { 
    218218            t.plan(5); 
  • trunk/openlayers/tests/Layer/test_WMS.html

    r5468 r5524  
    279279                       (window.location.host == "localhost") || 
    280280                       (window.location.host == "openlayers.org"); 
    281         if (OpenLayers.Util.getBrowserName() == "opera") { 
     281        if (OpenLayers.Util.getBrowserName() == "opera" || OpenLayers.Util.getBrowserName() == "safari") { 
    282282            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."); 
    284284        } else if(validkey) { 
    285285            t.plan(5);