[Commits] r1921 - sandbox/cmoullet/ux/RoutingPanel/tests/ux/widgets

commits at geoext.org commits at geoext.org
Wed Mar 3 16:55:55 CET 2010


Author: cmoullet
Date: 2010-03-03 16:55:55 +0100 (Wed, 03 Mar 2010)
New Revision: 1921

Modified:
   sandbox/cmoullet/ux/RoutingPanel/tests/ux/widgets/RoutingPanel.html
Log:
Fix... tests

Modified: sandbox/cmoullet/ux/RoutingPanel/tests/ux/widgets/RoutingPanel.html
===================================================================
--- sandbox/cmoullet/ux/RoutingPanel/tests/ux/widgets/RoutingPanel.html	2010-03-03 15:43:20 UTC (rev 1920)
+++ sandbox/cmoullet/ux/RoutingPanel/tests/ux/widgets/RoutingPanel.html	2010-03-03 15:55:55 UTC (rev 1921)
@@ -28,13 +28,14 @@
                 // Key for dev.geoext.org: 187a9f341f70406a8064d07a30e5695c
                 // Key for localhost: BC9A493B41014CAABB98F0471D759707
                 cloudmadeKey: '187a9f341f70406a8064d07a30e5695c',
-                geocodingType: 'geonames'
+                geocodingType: 'geonames',
+                width: 100
             });
 
             t.ok(routingPanel instanceof GeoExt.ux.RoutingPanel,
                     "ctor creates a GeoExt.ux.RoutingPanel object");
-            t.ok(routingPanel instanceof Ext.Panel,
-                    "ctor creates an Ext.Panel object");
+            t.ok(routingPanel instanceof Ext.form.FormPanel,
+                    "ctor creates an Ext.form.Panel object");
 
             t.eq(map.getCenter().toString(), "lon=738481,lat=5863900", "map center set correctly");
             t.eq(routingPanel.routingRecenterMap, true, "recenter on map is true per default");



More information about the Commits mailing list