Changeset 6724 for trunk/openlayers/tests/Feature.html
- Timestamp:
- 03/31/08 01:31:28 (9 months ago)
- Files:
-
- trunk/openlayers/tests/Feature.html (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Feature.html
r6719 r6724 7 7 var feature, layer; 8 8 9 function test_ 01_Feature_constructor (t) {9 function test_Feature_constructor (t) { 10 10 t.plan( 7 ); 11 11 … … 30 30 } 31 31 32 function test_ 02_Feature_createPopup (t) {32 function test_Feature_createPopup (t) { 33 33 t.plan(1); 34 34 var layer = {}; … … 47 47 t.eq(popup.contentDiv.style[prop], "auto", 'overflow on popup is correct'); 48 48 } 49 function test_ 02_Feature_createMarker (t) {49 function test_Feature_createMarker (t) { 50 50 t.plan(1); 51 51 t.ok(true); … … 97 97 } 98 98 99 function test_ 03_Feature_onScreen(t) {99 function test_Feature_onScreen(t) { 100 100 t.plan( 2 ); 101 101 … … 123 123 } 124 124 125 function test_ 04_Feature_createPopup(t) {125 function test_Feature_createPopup(t) { 126 126 t.plan(11); 127 127 … … 177 177 } 178 178 179 function test_ 04_Feature_destroyPopup(t) {179 function test_Feature_destroyPopup(t) { 180 180 t.plan(2); 181 181
