public void testStartPositions()
{
boolean detectiveEmailFound = false;
boolean mrxEmailFound = false;
Game game = Engine.instance().games.get(gameId);
IBMap map = game.getMap();
String[] positions = map.getPositions();
for(int i = 0; i < positions.length;i++)
{
if(positions[i] == detectiveEmail)
{
if(detectiveEmailFound)