Mercurial > hg > RemoteEditor > REPSessionManager
diff test/sematest/TestSessionManager.java @ 282:c410eda661e8
*** empty log message ***
author | kono |
---|---|
date | Sat, 27 Sep 2008 23:30:37 +0900 |
parents | c3969dd625b2 |
children | 30c993e89286 |
line wrap: on
line diff
--- a/test/sematest/TestSessionManager.java Sat Sep 27 22:55:13 2008 +0900 +++ b/test/sematest/TestSessionManager.java Sat Sep 27 23:30:37 2008 +0900 @@ -94,7 +94,7 @@ } public static void main(String[] args){ - REPServerSocketChannel.isSimulation = false; + REPServerSocketChannel.isSimulation = true; TestSessionManager test = new TestSessionManager(1, 0, 2); logger.setLogLevel(5); test.startTest();