Changeset 3306
- Timestamp:
- 06/09/07 07:22:28 (1 year ago)
- Files:
-
- trunk/openlayers/tests/Layer/test_GeoRSS.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Layer/test_GeoRSS.html
r3208 r3306 29 29 } ); 30 30 } 31 32 31 function test_01_Layer_GeoRSS_AtomParsing (t) { 33 32 t.plan( 6 ); … … 108 107 var map = new OpenLayers.Map('map'); 109 108 map.addLayer(layer); 109 t.delay_call( 1, function() { 110 110 layer.destroy(); 111 111 t.eq( layer.map, null, "layer.map is null after destroy" ); 112 }); 112 113 } 113 114 // -->
