Changeset 123 in tmcsimulator for trunk/test/tmcsim/cadsimulator/CADSimulatorGUITest.java
- Timestamp:
- 10/15/2017 03:59:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/CADSimulatorGUITest.java
r47 r123 52 52 * Test of main method, of class CADSimulator. 53 53 */ 54 CADS imulator app;54 CADServer app; 55 55 56 56 public void testConstructor() throws SimulationException, RemoteException, ScriptException … … 77 77 try 78 78 { 79 app = new CADS imulator(System.getProperty("CONFIG_DIR") + System.getProperty("file.separator") + "cad_simulator_config.properties");79 app = new CADServer(System.getProperty("CONFIG_DIR") + System.getProperty("file.separator") + "cad_simulator_config.properties"); 80 80 81 81 } catch (Exception e)
Note: See TracChangeset
for help on using the changeset viewer.
