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