Changeset 228 in tmcsimulator for trunk/test/tmcsim/cadsimulator/CADSimulatorGUITest.java
- Timestamp:
- 11/06/2017 03:27:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/CADSimulatorGUITest.java
r123 r228 94 94 // Create a UISpec window from the CADSimulator's Viewer (gui) 95 95 // cadwindow = new Window((CADSimulatorViewer) app.theViewer); 96 assertTrue("Title bar incorrect", cadwindow.getTitle().startsWith("CAD S imulator revision:"));96 assertTrue("Title bar incorrect", cadwindow.getTitle().startsWith("CAD Server revision:")); 97 97 Panel mainPanel = cadwindow.getPanel("contentPane"); 98 98 TextBox txtStatus = mainPanel.getTextBox("simulationStatus");
Note: See TracChangeset
for help on using the changeset viewer.
