public void testASetBExistingBNewA() throws Exception {
resetDB();
beginTransaction();
try {
PlatformLocal platform = createPlatform(new Integer(4));
GameLocal game = findGame(new Integer(11));
Set<GameLocal> gameSets = platform.getGames();
gameSets.add(game);
} finally {
completeTransaction();
}