Skip to content

Commit

Permalink
decoupling libsumo-java and traas multiclient tests. refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 10, 2024
1 parent c914ef2 commit edb5da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/complex/traas/multiclient/data/MultiClient1.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static void main(String[] args) {
conn.addOption("num-clients", "2");

//start Traci Server
conn.runServer(9999);
conn.runServer(9998);
conn.setOrder(1);

int lastPhase = -1;
Expand Down
2 changes: 1 addition & 1 deletion tests/complex/traas/multiclient/data/MultiClient2.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static void main(String[] args) {

try {

SumoTraciConnection conn = new SumoTraciConnection(9999);
SumoTraciConnection conn = new SumoTraciConnection(9998);
conn.setOrder(2);

for (int i = 0; i < 3600; i++) {
Expand Down

0 comments on commit edb5da6

Please sign in to comment.