[OpenLayers-Commits] r11156 -
sandbox/elemoine/draw-feature/tests/Handler
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Sun Feb 20 12:08:53 EST 2011
Author: erilem
Date: 2011-02-20 09:08:53 -0800 (Sun, 20 Feb 2011)
New Revision: 11156
Modified:
sandbox/elemoine/draw-feature/tests/Handler/Point.html
Log:
one point handler test was not effective
Modified: sandbox/elemoine/draw-feature/tests/Handler/Point.html
===================================================================
--- sandbox/elemoine/draw-feature/tests/Handler/Point.html 2011-02-20 16:56:45 UTC (rev 11155)
+++ sandbox/elemoine/draw-feature/tests/Handler/Point.html 2011-02-20 17:08:53 UTC (rev 11156)
@@ -2,7 +2,7 @@
<head>
<script src="../../lib/OpenLayers.js"></script>
<script type="text/javascript">
- function _test_Handler_Point_constructor(t) {
+ function test_Handler_Point_constructor(t) {
t.plan(3);
var control = new OpenLayers.Control();
control.id = Math.random();
More information about the Commits
mailing list