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

    r49 r123  
    66import static junit.framework.Assert.assertTrue; 
    77import org.uispec4j.*; 
    8 import tmcsim.cadsimulator.viewer.model.CADSimulatorModel; 
     8import tmcsim.cadsimulator.viewer.model.CADSimulatorState; 
    99import tmcsim.common.CADEnums; 
    1010 
     
    1818    CADSimulatorViewer viewer; 
    1919    Window cadwindow; 
    20     CADSimulatorModel model; 
     20    CADSimulatorState model; 
    2121    Panel mainPanel; 
    2222 
     
    3232        viewer = new CADSimulatorViewer(); 
    3333        cadwindow = new Window(viewer); 
    34         model = new CADSimulatorModel(); 
     34        model = new CADSimulatorState(); 
    3535        model.addObserver(viewer); 
    3636        mainPanel = cadwindow.getPanel("contentPane"); 
Note: See TracChangeset for help on using the changeset viewer.