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

Updated unit tests to use CADcomments config property.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.