Changeset 123 in tmcsimulator for trunk/test/tmcsim/cadsimulator/viewer/model/CADSimulatorModelTest.java
- Timestamp:
- 10/15/2017 03:59:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/viewer/model/CADSimulatorModelTest.java
r47 r123 18 18 { 19 19 20 private CADSimulator Modelmodel;20 private CADSimulatorState model; 21 21 private String currentTest; 22 22 … … 28 28 public void setUp() 29 29 { 30 model = new CADSimulator Model();30 model = new CADSimulatorState(); 31 31 model.addObserver(this); 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.
