Ignore:
Timestamp:
06/23/2019 01:08:58 PM (7 years ago)
Author:
jdalbey
Message:

Station.java removed obsolete toXML method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/tmcsim/highwaymodel/StationTest.java

    r422 r424  
    4747 
    4848    /** 
    49      * Test of getStationMeta method, of class Station. 
    50      */ 
    51     public void testGetStationMeta() { 
    52         System.out.println("getStationMeta"); 
    53         String expResult = "2 3 4 N 1.0 0 A\n"; 
    54         String result = alpha.toCondensedFormat(true); 
    55         assertEquals(expResult, result); 
    56     } 
    57  
    58     /** 
    5949     * Test of getPostmile method, of class Station. 
    6050     */ 
Note: See TracChangeset for help on using the changeset viewer.