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:
@@ -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.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user