Changeset 13 in tmcsimulator for trunk/test/tmcsim/simulationmanager/SimulationManagerSmokeTest.java
- Timestamp:
- 04/21/2016 07:17:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/simulationmanager/SimulationManagerSmokeTest.java
r6 r13 35 35 36 36 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"); 38 38 if (System.getProperty("CAD_SIM_PROPERTIES") != null) 39 39 { … … 66 66 67 67 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"); 69 69 if (System.getProperty("SIM_MGR_PROPERTIES") != null) 70 70 {
Note: See TracChangeset
for help on using the changeset viewer.
