Ignore:
Timestamp:
04/21/2016 07:17:51 PM (10 years ago)
Author:
jdalbey
Message:

add smoketest config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/tmcsim/simulationmanager/SimulationManagerSmokeTest.java

    r6 r13  
    3535 
    3636        Window cadwindow = null; 
    37         System.setProperty("CAD_SIM_PROPERTIES", "config/cad_simulator_config.properties"); 
     37        System.setProperty("CAD_SIM_PROPERTIES", "config/cad_simulator_smoketest_config.properties"); 
    3838        if (System.getProperty("CAD_SIM_PROPERTIES") != null) 
    3939        { 
     
    6666 
    6767        Window simMgrWindow = null; 
    68         System.setProperty("SIM_MGR_PROPERTIES", "config/sim_manager_config.properties"); 
     68        System.setProperty("SIM_MGR_PROPERTIES", "config/sim_manager_smoketest_config.properties"); 
    6969        if (System.getProperty("SIM_MGR_PROPERTIES") != null) 
    7070        { 
Note: See TracChangeset for help on using the changeset viewer.