set the language code in tests, tests expects English messages (closes #3084)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11272 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-02-23 09:06:20 +00:00
parent c55323cf3a
commit 6e83eb0018
4 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
<head>
<script src="../OLLoader.js"></script>
<script type="text/javascript">
OpenLayers.Lang.setCode('en');
var map;
function test_Control_Scale_constructor (t) {
t.plan( 2 );