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/CADSimulatorFixture.java

    r47 r123  
    2323{ 
    2424 
    25     static CADSimulator app; 
     25    static CADServer app; 
    2626    static ByteArrayOutputStream bos; 
    2727    static PrintStream ps; 
     
    109109            try 
    110110            { 
    111                 app = new CADSimulator(System.getProperty("CAD_SIM_PROPERTIES")); 
     111                app = new CADServer(System.getProperty("CAD_SIM_PROPERTIES")); 
    112112            } catch (Exception ex) 
    113113            { 
Note: See TracChangeset for help on using the changeset viewer.