* The MoveStart event gets called on setCenter(). There is a
* setCenter() call implicit in the MapWidget() constructor. Add to the
* map now so that first move event won't get in the way of the test.
*/
RootPanel.get().add(m);
m.addMapMoveStartHandler(new MapMoveStartHandler() {
public void onMoveStart(MapMoveStartEvent event) {
finishTest();
}
});