Fixed incorrect plan in test_Layer.html.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@16 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2006-05-12 22:37:29 +00:00
parent 250b7758da
commit aceaa334b3

View File

@@ -13,7 +13,7 @@
} }
function test_99_Layer_destroy (t) { function test_99_Layer_destroy (t) {
t.plan( 2 ); t.plan( 1 );
layer.destroy(); layer.destroy();
t.eq( layer.map, null, "layer.map is null after destroy" ); t.eq( layer.map, null, "layer.map is null after destroy" );
} }