Changeset 5844
- Timestamp:
- 01/22/08 19:01:58 (1 year ago)
- Files:
-
- trunk/openlayers/tests/Layer/test_WFS.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Layer/test_WFS.html
r5462 r5844 6 6 var name = "Vector Layer"; 7 7 8 function test_ 01_Layer_WFS_constructor(t) {8 function test_Layer_WFS_constructor(t) { 9 9 t.plan(3); 10 10 … … 15 15 16 16 } 17 function test_ 02_Layer_WFS_mapresizevector(t) {17 function test_Layer_WFS_mapresizevector(t) { 18 18 t.plan(2); 19 19
