Changeset 13 in tmcsimulator for trunk/test/tmcsim
- Timestamp:
- 04/21/2016 07:17:51 PM (10 years ago)
- Location:
- trunk/test/tmcsim
- Files:
-
- 2 edited
-
paramicscommunicator/ParamicsFileReaderTest.java (modified) (2 diffs)
-
simulationmanager/SimulationManagerSmokeTest.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/paramicscommunicator/ParamicsFileReaderTest.java
r6 r13 1 1 package tmcsim.paramicscommunicator; 2 2 3 import java.io.File; 3 4 import java.io.FileWriter; 4 5 import java.io.PrintWriter; … … 29 30 { 30 31 super.setUp(); 32 } 33 34 @Override 35 public void tearDown() throws java.io.IOException 36 { 37 File removeMe = new File("inputfile.txt"); 38 removeMe.delete(); 31 39 } 32 40 -
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.
