Changeset 210 in tmcsimulator for trunk/test


Ignore:
Timestamp:
11/02/2017 12:32:10 PM (9 years ago)
Author:
jdalbey
Message:

Integrate TrafficModelViewer? into the CAD Server GUI as an additional tab. Eliminates the separate window for traffic mgr view.

File:
1 edited

Legend:

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

    r123 r210  
    6262 
    6363        // Check CAD Simulator appears with no script and nothing connected 
    64         assertTrue("Title bar incorrect", cadwindow.getTitle().trim().startsWith("CAD Simulator")); 
     64        assertTrue("Title bar incorrect", cadwindow.getTitle().trim().startsWith("CAD Server")); 
    6565        Panel mainPanel = cadwindow.getPanel("contentPane"); 
    6666        TextBox txtStatus = mainPanel.getTextBox("simulationStatus"); 
Note: See TracChangeset for help on using the changeset viewer.