Changeset 6724 for trunk/openlayers/tests/Geometry.html
- Timestamp:
- 03/31/08 01:31:28 (9 months ago)
- Files:
-
- trunk/openlayers/tests/Geometry.html (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Geometry.html
r6719 r6724 6 6 var map; 7 7 8 function test_ 01_Geometry_constructor (t) {8 function test_Geometry_constructor (t) { 9 9 t.plan( 2 ); 10 10 … … 27 27 } 28 28 29 function test_ 02_Geometry_setBounds(t) {29 function test_Geometry_setBounds(t) { 30 30 t.plan( 2 ); 31 31 … … 45 45 } 46 46 47 function test_ 03_Geometry_extendBounds(t) {47 function test_Geometry_extendBounds(t) { 48 48 t.plan(9); 49 49 … … 104 104 } 105 105 106 function test_ 04_Geometry_getBounds(t) {106 function test_Geometry_getBounds(t) { 107 107 t.plan(1); 108 108 … … 115 115 } 116 116 117 function test_ 05_Geometry_atPoint(t) {117 function test_Geometry_atPoint(t) { 118 118 t.plan(6); 119 119 … … 174 174 } 175 175 176 function test_ 06_Geometry_getLength(t) {176 function test_Geometry_getLength(t) { 177 177 t.plan(1); 178 178 … … 182 182 } 183 183 184 function test_ 07_Geometry_getArea(t) {184 function test_Geometry_getArea(t) { 185 185 t.plan(1); 186 186 … … 190 190 } 191 191 192 function test_ 08_Geometry_clearBounds(t) {192 function test_Geometry_clearBounds(t) { 193 193 t.plan(2); 194 194 … … 204 204 } 205 205 206 function test_ 99_Geometry_destroy(t) {206 function test_Geometry_destroy(t) { 207 207 t.plan( 2 ); 208 208
