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/cadsimulator/CADSimulatorGUITest.java

    r47 r123  
    5252     * Test of main method, of class CADSimulator. 
    5353     */ 
    54     CADSimulator app; 
     54    CADServer app; 
    5555 
    5656    public void testConstructor() throws SimulationException, RemoteException, ScriptException 
     
    7777                    try 
    7878                    { 
    79                         app = new CADSimulator(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"); 
    8080 
    8181                    } catch (Exception e) 
Note: See TracChangeset for help on using the changeset viewer.