Changeset 123 in tmcsimulator for trunk/test/tmcsim/cadsimulator/SystemConsoleTest.java
- Timestamp:
- 10/15/2017 03:59:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/SystemConsoleTest.java
r52 r123 30 30 31 31 SimulationManager simMgrApp; 32 CADS imulator engine;32 CADServer engine; 33 33 34 34 public SystemConsoleTest(String testName) … … 52 52 try 53 53 { 54 engine = new CADS imulator("config/testConfig/cad_simulator_console_config.properties");54 engine = new CADServer("config/testConfig/cad_simulator_console_config.properties"); 55 55 } catch (Exception e) 56 56 {
Note: See TracChangeset
for help on using the changeset viewer.
