// TODO Auto-generated constructor stub
}
@Before
public void setup() throws Exception {
new WebUserBean();
String mp = "web/maps/palmerstonNorth.xml";
gameId=(gameId==null||"optional".equals(gameId)?System.currentTimeMillis()+"":gameId);
Game game = new Game(gameId,mp);
Engine.instance().games.put(game.getId(),game);
game.setMapPath("/maps/palmerstonNorth.xml");