[OpenLayers-Commits] r12048 - trunk/openlayers/tests/Control
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Jun 6 03:21:05 EDT 2011
Author: pgiraud
Date: 2011-06-06 00:21:04 -0700 (Mon, 06 Jun 2011)
New Revision: 12048
Modified:
trunk/openlayers/tests/Control/LayerSwitcher.html
Log:
Setting the language 'en' to avoid problems with i18n in LayerSwitcher's tests, (Closes #3345)
Modified: trunk/openlayers/tests/Control/LayerSwitcher.html
===================================================================
--- trunk/openlayers/tests/Control/LayerSwitcher.html 2011-06-06 07:18:49 UTC (rev 12047)
+++ trunk/openlayers/tests/Control/LayerSwitcher.html 2011-06-06 07:21:04 UTC (rev 12048)
@@ -3,6 +3,7 @@
<script src="../OLLoader.js"></script>
<script type="text/javascript">
var map;
+ OpenLayers.Lang.setCode('en');
function test_Control_LayerSwitcher_constructor (t) {
t.plan( 2 );
More information about the Commits
mailing list