Changeset 123 in tmcsimulator for trunk/test/tmcsim/cadsimulator/CADSimulatorFixture.java
- Timestamp:
- 10/15/2017 03:59:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/CADSimulatorFixture.java
r47 r123 23 23 { 24 24 25 static CADS imulator app;25 static CADServer app; 26 26 static ByteArrayOutputStream bos; 27 27 static PrintStream ps; … … 109 109 try 110 110 { 111 app = new CADS imulator(System.getProperty("CAD_SIM_PROPERTIES"));111 app = new CADServer(System.getProperty("CAD_SIM_PROPERTIES")); 112 112 } catch (Exception ex) 113 113 {
Note: See TracChangeset
for help on using the changeset viewer.
