comparison test/channeltest/testNetworkSimulator.java @ 175:5653cf8e3c8b

*** empty log message ***
author kent
date Thu, 28 Aug 2008 21:22:07 +0900
parents 72252e970a8b
children 723187e39311
comparison
equal deleted inserted replaced
174:72252e970a8b 175:5653cf8e3c8b
15 static public REPLogger logger = REPLogger.singleton(); 15 static public REPLogger logger = REPLogger.singleton();
16 16
17 public static void main(String[] args){ 17 public static void main(String[] args){
18 REPServerSocketChannel.isSimulation = true; 18 REPServerSocketChannel.isSimulation = true;
19 testNetworkSimulator testns = new testNetworkSimulator(1, 0, 2); 19 testNetworkSimulator testns = new testNetworkSimulator(1, 0, 2);
20 20 logger.setLogLevel(5);
21 21
22 testns.startTest(); 22 testns.startTest();
23 } 23 }
24 24
25 25