Changeset 3278
- Timestamp:
- 06/07/07 10:35:37 (1 year ago)
- Files:
-
- trunk/openlayers/tests/test_Map.html (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/test_Map.html
r3153 r3278 236 236 } 237 237 238 function test_1 0_Map_setBaseLayer(t) {238 function test_12_Map_setBaseLayer(t) { 239 239 t.plan( 4 ); 240 240 … … 265 265 } 266 266 267 function test_ 01_Map_setBaseLayer_after_pan (t) {267 function test_13_Map_setBaseLayer_after_pan (t) { 268 268 t.plan(1); 269 269 map = new OpenLayers.Map('map'); … … 281 281 } 282 282 283 function test_1 2_Map_moveLayer (t) {283 function test_14_Map_moveLayer (t) { 284 284 t.plan(10); 285 285 var ct = 0; … … 320 320 } 321 321 322 function test_ 08_Map_setCenter(t) {322 function test_15_Map_setCenter(t) { 323 323 t.plan(1); 324 324 map = new OpenLayers.Map('map'); … … 334 334 335 335 336 function test_ 01_Map_defaultTheme(t) {336 function test_16_Map_defaultTheme(t) { 337 337 t.plan(5); 338 338 … … 357 357 "calling the map constructor twice with the same theme doesn't add duplicate link nodes"); 358 358 } 359 function test_ 01_Map_customTheme(t) {359 function test_17_Map_customTheme(t) { 360 360 t.plan(5); 361 361 … … 380 380 t.eq(themeNode.type, "text/css", "node added has type set to text/css"); 381 381 } 382 function test_ 01_Map_noTheme(t) {382 function test_18_Map_noTheme(t) { 383 383 t.plan(1); 384 384
