Correct message of unit test. No functional change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12182 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
function test_LonLat_fromString(t) {
|
function test_LonLat_fromString(t) {
|
||||||
t.plan( 2 );
|
t.plan( 2 );
|
||||||
lonlat = OpenLayers.LonLat.fromString("6,5");
|
lonlat = OpenLayers.LonLat.fromString("6,5");
|
||||||
t.ok( lonlat instanceof OpenLayers.LonLat, "new OpenLayers.LonLat returns LonLat object" );
|
t.ok( lonlat instanceof OpenLayers.LonLat, "OpenLayers.LonLat.fromString() returns LonLat object" );
|
||||||
|
|
||||||
var ll = new OpenLayers.LonLat(6, 5);
|
var ll = new OpenLayers.LonLat(6, 5);
|
||||||
t.ok( lonlat.equals(ll), "lonlat is set correctly");
|
t.ok( lonlat.equals(ll), "lonlat is set correctly");
|
||||||
|
|||||||
Reference in New Issue
Block a user