Hi devs, About the test units :
On 11-05-13 12:14 PM, Alexandre Dube wrote: > Work remaining to do : > * collect comments / suggestions and apply changes to fit accordingly > * create test units http://dev8.mapgears.com/geoext/mg-sandbox/geoext.ux/ux/WFSTFeatureEditing/tests/ StatusBar and UserFilter are completed. Manager requires more work. The manager creates various objects and event listeners asynchronously. For example, it uses a GeoExt.data.WFSCapabilitiesStore to create layers, then make DescribeFeatureType requests for each layer created to get their attributes and geometry type, etc. Testing all that seems pretty complicated at first sight. Here's some interrogations : Are asynchronous tests possibles ? If so, I guess I'd require a proxy of some sort too. If not, do I need to manually emulate every request by calling the callback method with the expected response parameters ? Thanks for any hint, Alexandre > * create a patch for the 'extension' repository > * sign agreement ? -- Alexandre Dubé Mapgears www.mapgears.com _______________________________________________ Dev mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/dev
