fix log levels

This commit is contained in:
Naoyuki Kanezawa
2013-05-04 02:44:29 +09:00
parent 111f877f1a
commit 416a43996a
6 changed files with 53 additions and 23 deletions

View File

@@ -21,7 +21,7 @@ import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
@RunWith(JUnit4.class)
public class IOTest {
public class ServerConnectionTest {
final static int TIMEOUT = 3000;
final static int PORT = 3000;