Changeset 345 in tmcsimulator for trunk/test/tmcsim/utilities
- Timestamp:
- 03/24/2019 09:48:29 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/utilities/BuildHighwayFileTest.java
r338 r345 29 29 } 30 30 31 public void testCreateVDSlookup() 31 /** Just a smoke test to see if it creates the output file */ 32 public void testCheckFileCreated() 32 33 { 33 34 System.out.println("createVDSlookup"); 34 BuildHighwayFile instance = new BuildHighwayFile(); 35 instance.createLanelookup(); 35 BuildHighwayFile app = new BuildHighwayFile(); 36 app.createLDSdict(); 37 app.createVDSdict(); 38 app.createLanelookup(); 39 app.createHighwayFile(); 40 app.showLeftoverVDS(); 41 36 42 String filename = BuildHighwayFile.dirpath +BuildHighwayFile.loopFileName; 37 43 File f = new File(filename);
Note: See TracChangeset
for help on using the changeset viewer.
