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/simulationmanager/SimulationManagerSmokeTest.java

    r123 r228  
    6767 
    6868        // Check CAD Simulator appears with no script and nothing connected 
    69         assertTrue("Window title incorrect", cadwindow.getTitle().startsWith("CAD Simulator")); 
     69        assertTrue("Window title incorrect", cadwindow.getTitle().startsWith("CAD Server")); 
    7070        Panel mainPanel = cadwindow.getPanel("contentPane"); 
    7171        TextBox txtStatus = mainPanel.getTextBox("simulationStatus"); 
Note: See TracChangeset for help on using the changeset viewer.