Ignore:
Timestamp:
10/15/2017 03:59:42 PM (9 years ago)
Author:
jdalbey
Message:

Multiple renaming of classes to improve clarity. Remove check for Paramics running before starting sim.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/tmcsim/paramicslog/ParamicsLogFileHandlerTest.java

    r50 r123  
    1212import static junit.framework.Assert.fail; 
    1313import junit.framework.TestCase; 
    14 import tmcsim.cadsimulator.CADSimulator; 
     14import tmcsim.cadsimulator.CADServer; 
    1515import tmcsim.common.ScriptException; 
    1616import tmcsim.common.SimulationException; 
     
    4343        try 
    4444        { 
    45             new CADSimulator("config/testConfig/cad_simulator_console_config.properties"); 
     45            new CADServer("config/testConfig/cad_simulator_console_config.properties"); 
    4646        } catch (Exception e) 
    4747        { 
Note: See TracChangeset for help on using the changeset viewer.