Changeset 6724 for trunk/openlayers/tests/Marker
- Timestamp:
- 03/31/08 01:31:28 (9 months ago)
- Files:
-
- trunk/openlayers/tests/Marker/Box.html (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Marker/Box.html
r6719 r6724 5 5 var box; 6 6 7 function test_ 01_Box_constructor (t) {7 function test_Box_constructor (t) { 8 8 t.plan( 7 ); 9 9 … … 39 39 40 40 41 function test_ 02_Box_setBorder(t) {41 function test_Box_setBorder(t) { 42 42 t.plan( 2 ); 43 43 … … 62 62 63 63 } 64 function test_ 03_Box_draw(t) {64 function test_Box_draw(t) { 65 65 t.plan( 5 ); 66 66 … … 98 98 } 99 99 100 function test_ 04_Box_onScreen(t) {100 function test_Box_onScreen(t) { 101 101 t.plan( 2 ); 102 102 … … 129 129 } 130 130 131 function test_ 05_Box_display(t) {131 function test_Box_display(t) { 132 132 t.plan( 2 ); 133 133 … … 149 149 } 150 150 151 function test_ 99_Box_destroy(t) {151 function test_Box_destroy(t) { 152 152 t.plan(3); 153 153
