Changeset 422 in tmcsimulator for trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java
- Timestamp:
- 06/23/2019 10:27:35 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java
r345 r422 60 60 removeMe.delete(); 61 61 removeMe = new File("pconfig.txt"); 62 removeMe.delete(); 63 removeMe = new File("tconfig.txt"); 62 64 removeMe.delete(); 63 65 removeMe = new File("empty.txt"); … … 272 274 + "ATMSProperties = empty.txt\n" 273 275 + "TrafficMgrProperties = tconfig.txt\n" 274 + "MediaProperties = empty.txt\n"; 275 static final String trafficMgrData = "Highways_Map_File = config/vds_data/highways_fullmap.txt\n" 276 + "MediaProperties = empty.txt\n" 277 + "ElapsedTimeFile = webapps/dynamicdata/sim_elapsedtime.json"; 278 static final String trafficMgrData = "Highways_Map_File = config/vds_data/postmile_coordinates.txt\n" 276 279 +"Events_File = config/vds_data/atmsBatchEvents.txt\n" 277 280 +"FEPSim_IP_addr = localhost\n" 278 281 +"Output_Destination = Console\n" 279 +" Json_Path= /tmp/highway_status.json\n";282 +"Highway_Status_File = /tmp/highway_status.json\n"; 280 283 static final String paramicsData = "ParamicsCommHost = 127.0.0.1\n" 281 284 + "ParamicsCommPort = 4450\n"
Note: See TracChangeset
for help on using the changeset viewer.
