Changeset 209 in tmcsimulator for trunk/test/atmsdriver


Ignore:
Timestamp:
11/02/2017 12:07:25 AM (9 years ago)
Author:
jtorres
Message:

branches/FEPSimulator/tests: added unit test HighwaysParserTest?.cpp, which yielded a bug in HighwayParser?.cpp (not returning correct loop_loc... garbage data...), this likely explains why not all green dots were showing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/atmsdriver/model/LoadHighwaysTest.java

    r208 r209  
    8383                "test/atmsdriver/model/lds_loadhighways_sample.txt", 
    8484                "localhost", 8080); 
    85          
     85        System.out.println(highways.toCondensedFormat(false)); 
    8686        // Test for correct number of highways 
    8787        ArrayList<Highway> result = highways.highways; 
Note: See TracChangeset for help on using the changeset viewer.