Ignore:
Timestamp:
09/14/2022 03:31:54 PM (4 years ago)
Author:
jdalbey
Message:

Multifile commit - revise source to match revisions to config filenames. Fix broken system tests. Fix defect #160.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleDriver.java

    r658 r664  
    3131            + "ParamicsProperties     = pconfig.txt\n" 
    3232            + "ATMSProperties         = empty.txt\n" 
    33             + "MediaProperties        = empty.txt\n"; 
     33            + "MediaProperties        = empty.txt\n" 
     34            + "TrafficMgrProperties   = config/traffic_model_config/traffic_model_config.properties\n" 
     35            + "ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json\n" 
     36            + "CADcommentsLog         = webapps/dynamicdata/CADcomments.log\n"; 
    3437    static final String paramicsData = "ParamicsCommHost       = 192.168.251.45\n" 
    3538            + "ParamicsCommPort       = 4450\n" 
Note: See TracChangeset for help on using the changeset viewer.