Changeset 123 in tmcsimulator for trunk/test/tmcsim/paramicslog/ParamicsLogFileHandlerTest.java
- Timestamp:
- 10/15/2017 03:59:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/paramicslog/ParamicsLogFileHandlerTest.java
r50 r123 12 12 import static junit.framework.Assert.fail; 13 13 import junit.framework.TestCase; 14 import tmcsim.cadsimulator.CADS imulator;14 import tmcsim.cadsimulator.CADServer; 15 15 import tmcsim.common.ScriptException; 16 16 import tmcsim.common.SimulationException; … … 43 43 try 44 44 { 45 new CADS imulator("config/testConfig/cad_simulator_console_config.properties");45 new CADServer("config/testConfig/cad_simulator_console_config.properties"); 46 46 } catch (Exception e) 47 47 {
Note: See TracChangeset
for help on using the changeset viewer.
