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/SystemConsoleTest.java

    r658 r664  
    5353        try 
    5454        { 
    55             engine = new CADServer("config/cad_simulator_console_config.properties"); 
     55            engine = new CADServer("config/cad_server_console.properties"); 
    5656        } catch (Exception e) 
    5757        { 
     
    7474                try 
    7575                { 
    76                     simMgrApp = new SimulationManager("config/sim_manager_systest_config.properties"); 
     76                    simMgrApp = new SimulationManager("config/sim_manager.properties"); 
    7777                } catch (Exception ex) 
    7878                { 
Note: See TracChangeset for help on using the changeset viewer.