[Commits] r452 - core/trunk/geoext/tests/lib/GeoExt/data

commits at geoext.org commits at geoext.org
Thu Apr 23 15:46:15 CEST 2009


Author: elemoine
Date: 2009-04-23 15:46:15 +0200 (Thu, 23 Apr 2009)
New Revision: 452

Modified:
   core/trunk/geoext/tests/lib/GeoExt/data/FeatureStore.html
Log:
FeatureStore is configured with "fields" as opposed to "recordType", the FeatureStore.html test got this wrong, issue caught by dwins, r=dwins,bbinet,me (closes #46)


Modified: core/trunk/geoext/tests/lib/GeoExt/data/FeatureStore.html
===================================================================
--- core/trunk/geoext/tests/lib/GeoExt/data/FeatureStore.html	2009-04-23 11:28:51 UTC (rev 451)
+++ core/trunk/geoext/tests/lib/GeoExt/data/FeatureStore.html	2009-04-23 13:46:15 UTC (rev 452)
@@ -203,7 +203,7 @@
 
             store = new GeoExt.data.FeatureStore({
                 layer: layer,
-                recordType: recordType,
+                fields: recordType,
                 data: [feature]
             });
 



More information about the Commits mailing list