Changeset 162 in tmcsimulator for trunk


Ignore:
Timestamp:
10/23/2017 10:14:37 AM (9 years ago)
Author:
jtorres
Message:

branches/atmsdata/: added the atms sql dump vds data

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/application.properties

    r159 r162  
    1 #Sat, 21 Oct 2017 11:46:12 -0700 
     1#Mon, 23 Oct 2017 11:00:55 -0700 
    22 
    3 Application.revision=156 
     3Application.revision=161 
    44 
    55Application.buildnumber=53 
  • trunk/test/atmsdriver/model/LoadSadDotsTest.java

    r160 r162  
    5353                "localhost", 8080); 
    5454         
    55         // Test for correct number of highways 
     55         // Test for correct number of highways 
    5656        ArrayList<Highway> result = highways.highways; 
    5757        assertEquals(2, result.size()); 
Note: See TracChangeset for help on using the changeset viewer.