[OpenLayers-Commits] r11748 - trunk/openlayers/tests
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Mar 29 09:28:02 EDT 2011
Author: fredj
Date: 2011-03-29 06:28:01 -0700 (Tue, 29 Mar 2011)
New Revision: 11748
Modified:
trunk/openlayers/tests/Feature.html
Log:
duplicate function name
Modified: trunk/openlayers/tests/Feature.html
===================================================================
--- trunk/openlayers/tests/Feature.html 2011-03-29 13:24:15 UTC (rev 11747)
+++ trunk/openlayers/tests/Feature.html 2011-03-29 13:28:01 UTC (rev 11748)
@@ -122,7 +122,7 @@
t.ok( !feature2.onScreen(), "feature knows it's offscreen" );
}
- function test_Feature_createPopup(t) {
+ function test_Feature_createPopup_2(t) {
t.plan(11);
//no lonlat
More information about the Commits
mailing list