Changeset 664 in tmcsimulator for trunk/test/tmcsim/highwaymodel


Ignore:
Timestamp:
09/14/2022 03:31:54 PM (4 years ago)
Author:
jdalbey
Message:

Multifile commit - revise source to match revisions to config filenames. Fix broken system tests. Fix defect #160.

Location:
trunk/test/tmcsim/highwaymodel
Files:
2 edited

Legend:

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

    r457 r664  
    1919 
    2020/** 
    21  * A console application to drive the ATMS Server. 
     21 * A console application to drive the ATMS Server (is this really CPTMS now?). 
    2222 * Use for test driving the Highway Model. 
    2323 * 
  • trunk/test/tmcsim/highwaymodel/runtraffic.bash

    r457 r664  
    11#!/bin/bash 
    22 
    3 java -DATMSDRIVER_PROPERTIES=config/console_driver_config.properties -jar deploy/ConsoleTrafficDriver.jar << EOF 
     3java -DATMSDRIVER_PROPERTIES=config/test_trafficdriver.properties -jar deploy/ConsoleTrafficDriver.jar << EOF 
    445 S 10 24.0 Y 
    55A 
Note: See TracChangeset for help on using the changeset viewer.