Changeset 213 in tmcsimulator for trunk


Ignore:
Timestamp:
11/02/2017 01:45:22 PM (9 years ago)
Author:
jtorres
Message:

Removed some lingering stdout output from HighwaysTest?.java

Location:
trunk
Files:
2 edited

Legend:

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

    r212 r213  
    1 #Thu, 02 Nov 2017 13:59:47 -0700 
     1#Thu, 02 Nov 2017 14:55:59 -0700 
    22 
    3 Application.revision=209 
     3Application.revision=212 
    44 
    55Application.buildnumber=69 
  • trunk/test/atmsdriver/model/HighwaysTest.java

    r212 r213  
    108108                "test/atmsdriver/model/ldssample.txt", 
    109109                "localhost", 8080); 
    110         System.out.println("STARTMETA"); 
    111         System.out.println(highways.toCondensedFormat(true)); 
     110 
    112111        String actualCondensedFormatMeta = highways.toCondensedFormat(true); 
    113112        String actualCondensedFormatFEP = highways.toCondensedFormat(false); 
     113         
    114114        assertEquals(expectedCondensedFormatFEP, actualCondensedFormatFEP); 
    115115        assertEquals(expectedCondensedFormatMeta, actualCondensedFormatMeta); 
Note: See TracChangeset for help on using the changeset viewer.