forked from External/mage
Test for multiple connects. Reproduces bug with "already connected" exception.
This commit is contained in:
parent
8d12b34c6d
commit
16c03d6d4d
2 changed files with 137 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue