Skip to content

Commit

Permalink
fixing tests after adaption of depart error messages, refs #21
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk@15317 afbd958f-9f77-42d5-a016-97a22340ccf4
  • Loading branch information
behrisch committed Dec 11, 2013
1 parent b8dc2cd commit 799434f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 16 deletions.
@@ -1,7 +1,7 @@
repeat 5 simstep2 0
getvariable 0xa4 0x0 xxx
repeat 5 simstep2 0
setvalue 0xc4 0x80 veh1 <compound> 6 <string> second <string> second <int> 10 <double> 4 <double> 8 <byte> 0
setvalue 0xc4 0x80 veh1 <compound> 6 <string> second <string> second <int> -2 <double> 4 <double> 8 <byte> 0
simstep2 0
getvariable 0xa4 0x0 xxx
getvariable 0xa4 0x40 veh1
Expand Down
@@ -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
@@ -1,7 +1,7 @@
repeat 5 simstep2 0
getvariable 0xa4 0x0 xxx
repeat 5 simstep2 0
setvalue 0xc4 0x80 veh1 <compound> 6 <string> second <string> second <int> 10 <double> 4 <double> 8 <byte> 10
setvalue 0xc4 0x80 veh1 <compound> 6 <string> second <string> second <int> -2 <double> 4 <double> 8 <byte> 10
simstep2 0
getvariable 0xa4 0x0 xxx
getvariable 0xa4 0x40 veh1
Expand Down
@@ -1,7 +1,7 @@
repeat 5 simstep2 0
getvariable 0xa4 0x0 xxx
repeat 5 simstep2 0
setvalue 0xc4 0x80 veh1 <compound> 6 <string> second <string> second <int> 10 <double> 4000000 <double> 8 <byte> 0
setvalue 0xc4 0x80 veh1 <compound> 6 <string> second <string> second <int> -2 <double> 4000000 <double> 8 <byte> 0
simstep2 0
getvariable 0xa4 0x0 xxx
getvariable 0xa4 0x40 veh1
Expand Down
@@ -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
@@ -1,7 +1,7 @@
repeat 5 simstep2 0
getvariable 0xa4 0x0 xxx
repeat 5 simstep2 0
setvalue 0xc4 0x80 veh1 <compound> 6 <string> second <string> second <int> 10 <double> 4 <double> 80000000 <byte> 0
setvalue 0xc4 0x80 veh1 <compound> 6 <string> second <string> second <int> -2 <double> 4 <double> 80000000 <byte> 0
simstep2 0
getvariable 0xa4 0x0 xxx
getvariable 0xa4 0x40 veh1
Expand Down

0 comments on commit 799434f

Please sign in to comment.