Ignore:
Timestamp:
10/15/2017 03:59:42 PM (9 years ago)
Author:
jdalbey
Message:

Multiple renaming of classes to improve clarity. Remove check for Paramics running before starting sim.

File:
1 edited

Legend:

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

    r52 r123  
    3030 
    3131    SimulationManager simMgrApp; 
    32     CADSimulator engine; 
     32    CADServer engine; 
    3333 
    3434    public SystemConsoleTest(String testName) 
     
    5252        try 
    5353        { 
    54             engine = new CADSimulator("config/testConfig/cad_simulator_console_config.properties"); 
     54            engine = new CADServer("config/testConfig/cad_simulator_console_config.properties"); 
    5555        } catch (Exception e) 
    5656        { 
Note: See TracChangeset for help on using the changeset viewer.