Modify tests to work in FF on Mac -- functions are not run alphabetically there, so work needs to be repeated in 'subsequent' calls.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@32 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-05-14 02:50:38 +00:00
parent 54c0403850
commit a6f794be8d
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@
}
function test_02_Bounds_toBBOX(t) {
t.plan( 1 );
bounds = new OpenLayers.Bounds(1,2,3,4);
t.eq( bounds.toBBOX(), "2,1,4,3", "toBBOX() returns correct value." )
}
// -->