OpenLayers OpenLayers

Changeset 4015

Show
Ignore:
Timestamp:
08/24/07 09:18:40 (1 year ago)
Author:
crschmidt
Message:

Last test of svn-post commit hook. (Closes #925.) This one should happen
automagically, *and* remove the keywords.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/tschaub/feature/tests/Handler/test_RegularPolygon.html

    r4014 r4015  
    1818                 "constructor calls parent with the correct callbacks"); 
    1919            t.eq(opt, options, 
    20                  "constructor calls parent with the correct options"); 
     20                 "regular polygon constructor calls parent with the correct options"); 
    2121        } 
    2222        var handler = new OpenLayers.Handler.RegularPolygon(control, callbacks, options);