fix up tests, remove _01_. (Closes #1387)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6724 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2008-03-31 05:31:28 +00:00
parent 0d6174db7f
commit 3e348f450e
65 changed files with 373 additions and 373 deletions

View File

@@ -4,7 +4,7 @@
<script type="text/javascript">
var tile;
function test_01_Tile_constructor (t) {
function test_Tile_constructor (t) {
t.plan( 12 );
var layer = {}; // bogus layer
@@ -31,7 +31,7 @@
t.ok( tile.events != null, "tile's events intitialized");
}
function test_02_Tile_clone (t) {
function test_Tile_clone (t) {
t.plan( 10 );
var layer = {}; // bogus layer
@@ -57,7 +57,7 @@
t.ok( clone.events != null, "clone's events intitialized");
}
function test_99_Tile_destroy(t) {
function test_Tile_destroy(t) {
t.plan( 6 );
var layer = {