Changeset 664 in tmcsimulator for trunk/test/tmcsim/cadsimulator/SystemConsoleTest.java
- Timestamp:
- 09/14/2022 03:31:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/SystemConsoleTest.java
r658 r664 53 53 try 54 54 { 55 engine = new CADServer("config/cad_s imulator_console_config.properties");55 engine = new CADServer("config/cad_server_console.properties"); 56 56 } catch (Exception e) 57 57 { … … 74 74 try 75 75 { 76 simMgrApp = new SimulationManager("config/sim_manager _systest_config.properties");76 simMgrApp = new SimulationManager("config/sim_manager.properties"); 77 77 } catch (Exception ex) 78 78 {
Note: See TracChangeset
for help on using the changeset viewer.
