* 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.addMapMoveHandler(new MapMoveHandler() {
public void onMove(MapMoveEvent event) {
assertEquals(event.getSender(), m);
finishTest();
}