Changeset 123 in tmcsimulator for trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java
- Timestamp:
- 10/15/2017 03:59:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java
r47 r123 25 25 { 26 26 27 private static CADS imulator app = null;27 private static CADServer app = null; 28 28 private CADConsoleViewer console; 29 29 private StringWriter sw; … … 43 43 try 44 44 { 45 app = new CADS imulator("config.txt");45 app = new CADServer("config.txt"); 46 46 } catch (Exception ex) 47 47 {
Note: See TracChangeset
for help on using the changeset viewer.
