Changeset 655 in tmcsimulator for trunk/src


Ignore:
Timestamp:
09/11/2022 04:28:42 PM (4 years ago)
Author:
jdalbey
Message:

Improve unit tests.

Location:
trunk/src/tmcsim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/cadsimulator/viewer/model/CADSimulatorStatus.java

    r44 r655  
    8989 
    9090    /** 
    91      * Method is called when a CAD Client disconnects from the CAD Simulator. 
     91     * Method is called when a CAD Client connects to the Server. 
    9292     * The displayed number of connected clients is incremented by one. 
    9393     */ 
  • trunk/src/tmcsim/highwaymodel/Highways.java

    r457 r655  
    7474                } 
    7575            } 
     76            scanner.close(); 
    7677        }catch (FileNotFoundException e) { 
    7778            e.printStackTrace(); 
    7879        } 
     80         
    7981        // get the set of highway numbers 
    8082        Set<Integer> hwyKeys = highwayMap.keySet(); 
Note: See TracChangeset for help on using the changeset viewer.