Changeset 449 in tmcsimulator for trunk


Ignore:
Timestamp:
07/16/2019 06:35:43 AM (7 years ago)
Author:
jdalbey
Message:

Updated unit tests to use CADcomments config property.

Location:
trunk/test/tmcsim/cadsimulator
Files:
2 edited

Legend:

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

    r422 r449  
    275275            + "TrafficMgrProperties   = tconfig.txt\n" 
    276276            + "MediaProperties        = empty.txt\n" 
    277             + "ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json"; 
     277            + "ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json\n" 
     278            + "CADcommentsLog         = CADcomments.log"; 
    278279    static final String trafficMgrData = "Highways_Map_File = config/vds_data/postmile_coordinates.txt\n" 
    279280            +"Events_File = config/vds_data/atmsBatchEvents.txt\n" 
  • trunk/test/tmcsim/cadsimulator/GetCadDataUnitValueTest.java

    r412 r449  
    5353        CADScriptTags.UNIT_TAGS tag = CADScriptTags.UNIT_TAGS.OFFICER; 
    5454        Object value = "Joe Friday"; 
    55         Coordinator instance = new Coordinator(null,null); 
     55        Coordinator instance = new Coordinator(null,null,null); 
    5656        CADData myData = new CADData(); 
    5757        Unit unit1 = new Unit("14-13"); 
Note: See TracChangeset for help on using the changeset viewer.