Changeset 558 in tmcsimulator for trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleDriver.java
- Timestamp:
- 01/16/2020 12:13:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleDriver.java
r455 r558 13 13 import tmcsim.interfaces.CADClientInterface; 14 14 import tmcsim.interfaces.SimulationManagerInterface; 15 import static tmcsim.simulationmanager.SimulationManager.kScenarioFolder; 15 16 16 17 /** … … 86 87 87 88 // Load a script file 88 String autoloadScriptname = "scripts/one-incident.xml";89 String autoloadScriptname = kScenarioFolder+"/one-incident.xml"; 89 90 app.theCoordinator.loadScriptFile(new File(autoloadScriptname)); 90 91 // The status should now say Ready
Note: See TracChangeset
for help on using the changeset viewer.
