Changeset 422 in tmcsimulator for trunk/test/tmcsim/cadsimulator/SystemTest.java


Ignore:
Timestamp:
06/23/2019 10:27:35 AM (7 years ago)
Author:
jdalbey
Message:

Remove ATMS functionality. Reworked and simplified the Highway model to use only VDS data from PeMS. Updated all unit tests.

File:
1 edited

Legend:

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

    r210 r422  
    5353                try 
    5454                { 
    55                     engine = new CADServer("config/testConfig/cad_simulator_config.properties"); 
     55                    engine = new CADServer("config/cad_simulator_config.properties"); 
    5656                } catch (Exception e) 
    5757                { 
     
    7272 
    7373        ParamicsCommunicator pc = null; 
    74         pc = new ParamicsCommunicator("config/testConfig/paramics_communicator_config.properties"); 
     74        pc = new ParamicsCommunicator("config/paramics_communicator_config.properties"); 
    7575        ParamicsCommunicatorGUI theGUI = new ParamicsCommunicatorGUI(); 
    7676        pc.setGUI(theGUI); 
     
    158158        { 
    159159        } 
    160         assertEquals("Network 1 Loaded", txtParamStatus.getText()); 
    161         assertEquals("network id should be 1", "1", mainPanel.getTextBox("networkLoadedTF").getText().trim()); 
     160        //assertEquals("Network 1 Loaded", txtParamStatus.getText()); 
     161        //assertEquals("network id should be 1", "1", mainPanel.getTextBox("networkLoadedTF").getText().trim()); 
    162162 
    163163 
Note: See TracChangeset for help on using the changeset viewer.