-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing tests after adaption of depart error messages, refs #21
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk@15317 afbd958f-9f77-42d5-a016-97a22340ccf4
- Loading branch information
Showing
6 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 7 additions & 6 deletions
13
sumo/tests/traci/set_variable/Vehicle/ADD/InvalidLane/errors.traci
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Error: Answered with error to command 196: Invalid departlane definition for vehicle 'veh1'. | ||
Error: Answered with error to command 164: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 164: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 164: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 164: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 164: Vehicle 'veh1' is not known | ||
#Error while connecting: tcpip::Socket::connect() @ connect: Connection refused | ||
Error: Answered with error to command 0xc4: Invalid departlane definition for vehicle 'veh1'. | ||
Error: Answered with error to command 0xa4: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 0xa4: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 0xa4: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 0xa4: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 0xa4: Vehicle 'veh1' is not known |
2 changes: 1 addition & 1 deletion
2
sumo/tests/traci/set_variable/Vehicle/ADD/InvalidLane/testclient.prog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
sumo/tests/traci/set_variable/Vehicle/ADD/InvalidPos/testclient.prog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 7 additions & 6 deletions
13
sumo/tests/traci/set_variable/Vehicle/ADD/InvalidSpeed/errors.traci
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Error: Answered with error to command 196: Departure speed for vehicle 'veh1' is too high for the departure lane 'e_m0_0'. | ||
Error: Answered with error to command 164: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 164: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 164: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 164: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 164: Vehicle 'veh1' is not known | ||
#Error while connecting: tcpip::Socket::connect() @ connect: Connection refused | ||
Error: Answered with error to command 0xc4: Departure speed for vehicle 'veh1' is too high for the departure lane 'e_m0_0'. | ||
Error: Answered with error to command 0xa4: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 0xa4: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 0xa4: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 0xa4: Vehicle 'veh1' is not known | ||
Error: Answered with error to command 0xa4: Vehicle 'veh1' is not known |
2 changes: 1 addition & 1 deletion
2
sumo/tests/traci/set_variable/Vehicle/ADD/InvalidSpeed/testclient.prog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters