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/SystemConsoleTest.java

    r123 r422  
    5252        try 
    5353        { 
    54             engine = new CADServer("config/testConfig/cad_simulator_console_config.properties"); 
     54            engine = new CADServer("config/cad_simulator_console_config.properties"); 
    5555        } catch (Exception e) 
    5656        { 
     
    5959 
    6060        ParamicsCommunicator pc = null; 
    61         pc = new ParamicsCommunicator("config/testConfig/paramics_communicator_config.properties"); 
     61        pc = new ParamicsCommunicator("config/paramics_communicator_config.properties"); 
    6262        ParamicsCommunicatorGUI theGUI = new ParamicsCommunicatorGUI(); 
    6363        pc.setGUI(theGUI); 
     
    145145        { 
    146146        } 
    147         assertEquals("Network 1 Loaded", txtParamStatus.getText()); 
    148         System.out.println("Network Loaded Passed"); 
     147        //assertEquals("Network 1 Loaded", txtParamStatus.getText()); 
     148        //System.out.println("Network Loaded Passed"); 
    149149 
    150150        // Load a script file 
Note: See TracChangeset for help on using the changeset viewer.