OpenLayers OpenLayers

Changeset 6335

Show
Ignore:
Timestamp:
02/20/08 19:54:39 (11 months ago)
Author:
ahocevar
Message:

now really fixed this test. The additional assertion (call of Console.warn) occured with non-english browsers, because the language resource could not be found. Setting the language to the default language for this test fixes the problem.

Files:

Legend:

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

    r6334 r6335  
    668668    function test_Util_getArgs(t) { 
    669669        //DEPRECATED -- to be removed in 3.0 
    670         t.plan(4); 
     670        t.plan(3); 
     671         
     672        OpenLayers.Lang.setCode(OpenLayers.Lang.defaultCode); 
    671673         
    672674        var temp = OpenLayers.Console.warn;