source: tests/.in/parseconfig-missing.txt @ 480389d2

ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
Last change on this file since 480389d2 was 480389d2, checked in by Jacob Prud'homme <jafprudhomme@…>, 3 years ago

Wrote test suite for parse_config

  • Property mode set to 100644
File size: 732 bytes
Line 
1StopCost                                -1      # amount to charge per train stop
2NumStudents                             2       # number of students to create
3NumStops                                2       # number of train stops; minimum of 2
4MaxNumStudents                  5       # maximum students each train can carry
5TimerDelay                              2       # length of time between each tick of the timer
6MaxStudentDelay                 10      # maximum random student delay between trips
7MaxStudentTrips                 3       # maximum number of train trips each student takes
8GroupoffDelay                   10      # length of time between initializing gift cards
9ConductorDelay                  5       # length of time between checking on passenger POPs
10# ParentalDelay                 5       # length of time between cash deposits
11NumCouriers                             1       # number of WATCard office couriers in the pool
12# Notice I've commented out one of the wanted entries
Note: See TracBrowser for help on using the repository browser.