Changeset 210 in tmcsimulator for trunk/test/tmcsim
- Timestamp:
- 11/02/2017 12:32:10 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/test/tmcsim/cadsimulator/SystemTest.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/SystemTest.java
r123 r210 62 62 63 63 // Check CAD Simulator appears with no script and nothing connected 64 assertTrue("Title bar incorrect", cadwindow.getTitle().trim().startsWith("CAD S imulator"));64 assertTrue("Title bar incorrect", cadwindow.getTitle().trim().startsWith("CAD Server")); 65 65 Panel mainPanel = cadwindow.getPanel("contentPane"); 66 66 TextBox txtStatus = mainPanel.getTextBox("simulationStatus");
Note: See TracChangeset
for help on using the changeset viewer.
