Ignore:
Timestamp:
11/06/2017 03:27:20 PM (8 years ago)
Author:
jdalbey
Message:

System Tests updated to work with new integrated Traffic Mgr. All system tests now passing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/tmcsim/cadsimulator/CADSimulatorGUITest.java

    r123 r228  
    9494        // Create a UISpec window from the CADSimulator's Viewer (gui) 
    9595//        cadwindow = new Window((CADSimulatorViewer) app.theViewer); 
    96         assertTrue("Title bar incorrect", cadwindow.getTitle().startsWith("CAD Simulator revision:")); 
     96        assertTrue("Title bar incorrect", cadwindow.getTitle().startsWith("CAD Server revision:")); 
    9797        Panel mainPanel = cadwindow.getPanel("contentPane"); 
    9898        TextBox txtStatus = mainPanel.getTextBox("simulationStatus"); 
Note: See TracChangeset for help on using the changeset viewer.