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/viewer/CADConsoleViewerTest.java

    r657 r664  
    2828    { 
    2929        super.setUp(); 
    30         console = new CADConsoleViewer("config/cad_simulator_config.properties"); 
     30        console = new CADConsoleViewer("config/cad_server.properties"); 
    3131        cadmodel = new CADSimulatorState(); 
    3232        cadmodel.addObserver(console); 
Note: See TracChangeset for help on using the changeset viewer.