Changeset 422 in tmcsimulator for trunk/test/tmcsim/paramicslog
- Timestamp:
- 06/23/2019 10:27:35 AM (7 years ago)
- Location:
- trunk/test/tmcsim/paramicslog
- Files:
-
- 2 edited
-
ParamicsLogFileHandlerTest.java (modified) (1 diff)
-
ParamicsLogRMITestSkeleton.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/paramicslog/ParamicsLogFileHandlerTest.java
r123 r422 43 43 try 44 44 { 45 new CADServer("config/ testConfig/cad_simulator_console_config.properties");45 new CADServer("config/cad_simulator_console_config.properties"); 46 46 } catch (Exception e) 47 47 { -
trunk/test/tmcsim/paramicslog/ParamicsLogRMITestSkeleton.java
r123 r422 44 44 try 45 45 { 46 CADServer engine = new CADServer("config/ testConfig/cad_simulator_console_config.properties");46 CADServer engine = new CADServer("config/cad_simulator_console_config.properties"); 47 47 } catch (Exception e) 48 48 {
Note: See TracChangeset
for help on using the changeset viewer.
