Changeset 345 in tmcsimulator for trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java
- Timestamp:
- 03/24/2019 09:48:29 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java
r228 r345 75 75 fullExpect = fullExpect.replaceAll("\n", ","); 76 76 // System.out.println(fullExpect); 77 //System.out.println(result.substring(result.length() - fullExpect.length(), result.length()));77 System.out.println(result.substring(result.length() - fullExpect.length(), result.length())); 78 78 // String diff = StringUtils.difference(fullExpect, result); 79 79 boolean match = result.endsWith(fullExpect); … … 276 276 +"Events_File = config/vds_data/atmsBatchEvents.txt\n" 277 277 +"FEPSim_IP_addr = localhost\n" 278 +"Output_Destination = Console\n"; 278 +"Output_Destination = Console\n" 279 +"Json_Path = /tmp/highway_status.json\n"; 279 280 static final String paramicsData = "ParamicsCommHost = 127.0.0.1\n" 280 281 + "ParamicsCommPort = 4450\n" … … 303 304 cf.delete(); 304 305 writedata("config.txt", configData); 306 File tf = new File ("tconfig.txt"); 307 tf.delete(); 305 308 writedata("tconfig.txt", trafficMgrData); 306 309 writedata("pconfig.txt", paramicsData);
Note: See TracChangeset
for help on using the changeset viewer.
