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/viewer/model/CADSimulatorModelTest.java

    r47 r123  
    1818{ 
    1919 
    20     private CADSimulatorModel model; 
     20    private CADSimulatorState model; 
    2121    private String currentTest; 
    2222 
     
    2828    public void setUp() 
    2929    { 
    30         model = new CADSimulatorModel(); 
     30        model = new CADSimulatorState(); 
    3131        model.addObserver(this); 
    3232    } 
Note: See TracChangeset for help on using the changeset viewer.