Test for multiple connects. Reproduces bug with "already connected" exception.

This commit is contained in:
magenoxx 2011-11-24 13:17:15 +04:00
parent 8d12b34c6d
commit 16c03d6d4d
2 changed files with 137 additions and 0 deletions

View file

@ -7,6 +7,9 @@ import mage.client.components.MageComponents;
import mage.client.components.MageUI;
import org.apache.log4j.Logger;
/**
* @author ayratn
*/
public class StartMultiGamesTest {
private final static Logger logger = Logger.getLogger(StartMultiGamesTest.class);