JUnit test for several guest users adapted -- correction

This commit is contained in:
Albert Medela
2016-07-23 21:00:13 +02:00
parent 2a88775cca
commit 159fd1e094
@@ -0,0 +1,11 @@
package de.pokerth.test;
import org.junit.Test;
public class GuestLoginThreadedTest extends TestBase {
@Test
public void testInitThreadedMessage() throws Exception {
guestInitThreaded();
}
}