diff --git a/tests/Util.html b/tests/Util.html index 2357b54e2c..e137d0f7ce 100644 --- a/tests/Util.html +++ b/tests/Util.html @@ -1120,7 +1120,11 @@ t.eq(OpenLayers.Util.getFormattedLonLat(-181, "lon"), "179°00'00\"E", "crossing dateline from the west results in correct east coordinate"); t.eq(OpenLayers.Util.getFormattedLonLat(181, "lon"), "179°00'00\"W", "crossing dateline from the east results in correct west coordinate"); } - + + +
+ + - - - +