method is upper case in code, update test (error reported by chrome)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9858 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2009-12-04 07:53:41 +00:00
parent ec3d804af4
commit 610c2b9933

View File

@@ -179,7 +179,7 @@
cacheId = (cacheId ? cacheId + "_" : "") + tile.bounds.toBBOX();
var url = OpenLayers.Util.urlAppend(newLayer.url, cacheId);
t.eq( form.method, 'post', "form method correctly set.");
t.eq( form.method, 'POST', "form method correctly set.");
t.eq( form.target, tile.id+'_iFrame', "form target correctly set.");
t.eq( form.action, url, "form action correctly set.");