diff --git a/src/traci_testclient/TraCITestClient.cpp b/src/traci_testclient/TraCITestClient.cpp index 230dcd645863..4f582e74da45 100644 --- a/src/traci_testclient/TraCITestClient.cpp +++ b/src/traci_testclient/TraCITestClient.cpp @@ -594,7 +594,7 @@ TraCITestClient::readAndReportTypeDependent(tcpip::Storage& inMsg, int valueData double x = inMsg.readDouble(); double y = inMsg.readDouble(); double z = inMsg.readDouble(); - answerLog << " Position3DValue: " << std::endl; + answerLog << " Position3DValue:"; answerLog << " x: " << x << " y: " << y << " z: " << z << std::endl; } else if (valueDataType == libsumo::POSITION_ROADMAP) { @@ -606,10 +606,10 @@ TraCITestClient::readAndReportTypeDependent(tcpip::Storage& inMsg, int valueData << " laneId=" << laneId << std::endl; } else if (valueDataType == libsumo::TYPE_STRING) { std::string s = inMsg.readString(); - answerLog << " string value: " << s << std::endl; + answerLog << " string value: " << (s.empty() ? "''" : s) << std::endl; } else if (valueDataType == libsumo::TYPE_STRINGLIST) { std::vector s = inMsg.readStringList(); - answerLog << " string list value: [ " << std::endl; + answerLog << " string list value: [ "; for (std::vector::iterator i = s.begin(); i != s.end(); ++i) { if (i != s.begin()) { answerLog << ", "; @@ -619,7 +619,7 @@ TraCITestClient::readAndReportTypeDependent(tcpip::Storage& inMsg, int valueData answerLog << " ]" << std::endl; } else if (valueDataType == libsumo::TYPE_COMPOUND) { int no = inMsg.readInt(); - answerLog << " compound value with " << no << " members: [ " << std::endl; + answerLog << " compound value with " << no << " members: [ "; for (int i = 0; i < no; ++i) { int currentValueDataType = inMsg.readUnsignedByte(); answerLog << " valueDataType=" << currentValueDataType; diff --git a/tests/traci/get_variable/ArealDetector/ID_LIST/no_detectors/testclient_out.traci b/tests/traci/get_variable/ArealDetector/ID_LIST/no_detectors/testclient_out.traci index b6c77c718a88..6c920a194a79 100644 --- a/tests/traci/get_variable/ArealDetector/ID_LIST/no_detectors/testclient_out.traci +++ b/tests/traci/get_variable/ArealDetector/ID_LIST/no_detectors/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Dec 16 15:25:21 2014 +TraCITestClient output file. Date: Sun Sep 8 08:50:00 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Tue Dec 16 15:25:21 2014 -> Command sent: : domID=173 varID=0 objID=dummy .. Command acknowledged (173), [description: ] - CommandID=189 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ - ] + CommandID=189 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/ArealDetector/ID_LIST/one_detector/testclient_out.traci b/tests/traci/get_variable/ArealDetector/ID_LIST/one_detector/testclient_out.traci index 8b8699e1db2f..0aa5577fcd1d 100644 --- a/tests/traci/get_variable/ArealDetector/ID_LIST/one_detector/testclient_out.traci +++ b/tests/traci/get_variable/ArealDetector/ID_LIST/one_detector/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Dec 16 15:25:22 2014 +TraCITestClient output file. Date: Sun Sep 8 08:50:00 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Tue Dec 16 15:25:22 2014 -> Command sent: : domID=173 varID=0 objID=dummy .. Command acknowledged (173), [description: ] - CommandID=189 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"tmp" ] + CommandID=189 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "tmp" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/ArealDetector/ID_LIST/two_detectors/testclient_out.traci b/tests/traci/get_variable/ArealDetector/ID_LIST/two_detectors/testclient_out.traci index d2b5ec550b80..06777f97c600 100644 --- a/tests/traci/get_variable/ArealDetector/ID_LIST/two_detectors/testclient_out.traci +++ b/tests/traci/get_variable/ArealDetector/ID_LIST/two_detectors/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Dec 16 15:25:23 2014 +TraCITestClient output file. Date: Sun Sep 8 08:50:00 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Tue Dec 16 15:25:23 2014 -> Command sent: : domID=173 varID=0 objID=dummy .. Command acknowledged (173), [description: ] - CommandID=189 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"tmp1", "tmp2" ] + CommandID=189 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "tmp1", "tmp2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Edge/ID_LIST/testclient_out.traci b/tests/traci/get_variable/Edge/ID_LIST/testclient_out.traci index dcfc28b7bc65..d0aea999e464 100644 --- a/tests/traci/get_variable/Edge/ID_LIST/testclient_out.traci +++ b/tests/traci/get_variable/Edge/ID_LIST/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:46 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:12 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:46 2013 -> Command sent: : domID=170 varID=0 objID=xxx .. Command acknowledged (170), [description: ] - CommandID=186 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"0/0to0/1", "0/0to1/0", "0/1to0/0", "0/1to0/2", "0/1to1/1", "0/2to0/1", "0/2to1/2", "1/0to0/0", "1/0to1/1", "1/0to2/0", "1/1to0/1", "1/1to1/0", "1/1to1/2", "1/1to2/1", "1/2to0/2", "1/2to1/1", "1/2to2/2", "2/0to1/0", "2/0to2/1", "2/0to3/0", "2/1to1/1", "2/1to2/0", "2/1to2/2", "2/1to3/1", "2/2to1/2", "2/2to2/1", "2/2to3/2", "3/0to2/0", "3/0to3/1", "3/0to4/0", "3/1to2/1", "3/1to3/0", "3/1to3/2", "3/1to4/1", "3/2to2/2", "3/2to3/1", "3/2to4/2", "4/0to3/0", "4/0to4/1", "4/1to3/1", "4/1to4/0", "4/1to4/2", "4/2to3/2", "4/2to4/1" ] + CommandID=186 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "0/0to0/1", "0/0to1/0", "0/1to0/0", "0/1to0/2", "0/1to1/1", "0/2to0/1", "0/2to1/2", "1/0to0/0", "1/0to1/1", "1/0to2/0", "1/1to0/1", "1/1to1/0", "1/1to1/2", "1/1to2/1", "1/2to0/2", "1/2to1/1", "1/2to2/2", "2/0to1/0", "2/0to2/1", "2/0to3/0", "2/1to1/1", "2/1to2/0", "2/1to2/2", "2/1to3/1", "2/2to1/2", "2/2to2/1", "2/2to3/2", "3/0to2/0", "3/0to3/1", "3/0to4/0", "3/1to2/1", "3/1to3/0", "3/1to3/2", "3/1to4/1", "3/2to2/2", "3/2to3/1", "3/2to4/2", "4/0to3/0", "4/0to4/1", "4/1to3/1", "4/1to4/0", "4/1to4/2", "4/2to3/2", "4/2to4/1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Edge/ID_LIST_subseconds/testclient_out.traci b/tests/traci/get_variable/Edge/ID_LIST_subseconds/testclient_out.traci index dcfc28b7bc65..d0aea999e464 100644 --- a/tests/traci/get_variable/Edge/ID_LIST_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Edge/ID_LIST_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:46 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:12 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:46 2013 -> Command sent: : domID=170 varID=0 objID=xxx .. Command acknowledged (170), [description: ] - CommandID=186 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"0/0to0/1", "0/0to1/0", "0/1to0/0", "0/1to0/2", "0/1to1/1", "0/2to0/1", "0/2to1/2", "1/0to0/0", "1/0to1/1", "1/0to2/0", "1/1to0/1", "1/1to1/0", "1/1to1/2", "1/1to2/1", "1/2to0/2", "1/2to1/1", "1/2to2/2", "2/0to1/0", "2/0to2/1", "2/0to3/0", "2/1to1/1", "2/1to2/0", "2/1to2/2", "2/1to3/1", "2/2to1/2", "2/2to2/1", "2/2to3/2", "3/0to2/0", "3/0to3/1", "3/0to4/0", "3/1to2/1", "3/1to3/0", "3/1to3/2", "3/1to4/1", "3/2to2/2", "3/2to3/1", "3/2to4/2", "4/0to3/0", "4/0to4/1", "4/1to3/1", "4/1to4/0", "4/1to4/2", "4/2to3/2", "4/2to4/1" ] + CommandID=186 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "0/0to0/1", "0/0to1/0", "0/1to0/0", "0/1to0/2", "0/1to1/1", "0/2to0/1", "0/2to1/2", "1/0to0/0", "1/0to1/1", "1/0to2/0", "1/1to0/1", "1/1to1/0", "1/1to1/2", "1/1to2/1", "1/2to0/2", "1/2to1/1", "1/2to2/2", "2/0to1/0", "2/0to2/1", "2/0to3/0", "2/1to1/1", "2/1to2/0", "2/1to2/2", "2/1to3/1", "2/2to1/2", "2/2to2/1", "2/2to3/2", "3/0to2/0", "3/0to3/1", "3/0to4/0", "3/1to2/1", "3/1to3/0", "3/1to3/2", "3/1to4/1", "3/2to2/2", "3/2to3/1", "3/2to4/2", "4/0to3/0", "4/0to4/1", "4/1to3/1", "4/1to4/0", "4/1to4/2", "4/2to3/2", "4/2to4/1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Edge/LAST_STEP_PERSON_ID_LIST/testclient_out.traci b/tests/traci/get_variable/Edge/LAST_STEP_PERSON_ID_LIST/testclient_out.traci index a9fbbce4c337..8c0b104680cf 100644 --- a/tests/traci/get_variable/Edge/LAST_STEP_PERSON_ID_LIST/testclient_out.traci +++ b/tests/traci/get_variable/Edge/LAST_STEP_PERSON_ID_LIST/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Wed Apr 15 16:37:47 2015 +TraCITestClient output file. Date: Sun Sep 8 08:53:15 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Wed Apr 15 16:37:47 2015 -> Command sent: : domID=170 varID=26 objID=0/0to1/0 .. Command acknowledged (170), [description: ] - CommandID=186 VariableID=26 ObjectID=0/0to1/0 valueDataType=14 string list value: [ -"p0" ] + CommandID=186 VariableID=26 ObjectID=0/0to1/0 valueDataType=14 string list value: [ "p0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -16,8 +15,7 @@ TraCITestClient output file. Date: Wed Apr 15 16:37:47 2015 -> Command sent: : domID=170 varID=26 objID=0/0to1/0 .. Command acknowledged (170), [description: ] - CommandID=186 VariableID=26 ObjectID=0/0to1/0 valueDataType=14 string list value: [ -"p1", "p0" ] + CommandID=186 VariableID=26 ObjectID=0/0to1/0 valueDataType=14 string list value: [ "p1", "p0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_IDS/testclient_out.traci b/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_IDS/testclient_out.traci index 0562575c9744..2e441e663fe1 100644 --- a/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_IDS/testclient_out.traci +++ b/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_IDS/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:46 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:12 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:46 2013 -> Command sent: : domID=170 varID=18 objID=1/1to0/1 .. Command acknowledged (170), [description: ] - CommandID=186 VariableID=18 ObjectID=1/1to0/1 valueDataType=14 string list value: [ - ] + CommandID=186 VariableID=18 ObjectID=1/1to0/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -16,8 +15,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:46 2013 -> Command sent: : domID=170 varID=18 objID=4/1to3/1 .. Command acknowledged (170), [description: ] - CommandID=186 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0" ] + CommandID=186 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_IDS_subseconds/testclient_out.traci b/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_IDS_subseconds/testclient_out.traci index 0562575c9744..f334866a9eb5 100644 --- a/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_IDS_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_IDS_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:46 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:13 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:46 2013 -> Command sent: : domID=170 varID=18 objID=1/1to0/1 .. Command acknowledged (170), [description: ] - CommandID=186 VariableID=18 ObjectID=1/1to0/1 valueDataType=14 string list value: [ - ] + CommandID=186 VariableID=18 ObjectID=1/1to0/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -16,8 +15,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:46 2013 -> Command sent: : domID=170 varID=18 objID=4/1to3/1 .. Command acknowledged (170), [description: ] - CommandID=186 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0" ] + CommandID=186 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_ID_LIST/testclient_out.traci b/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_ID_LIST/testclient_out.traci index 2cc9e8287d88..3b9feba6aed7 100644 --- a/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_ID_LIST/testclient_out.traci +++ b/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_ID_LIST/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:50 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:13 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:50 2013 -> Command sent: : domID=170 varID=18 objID=3/1to2/1 .. Command acknowledged (170), [description: ] - CommandID=186 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=186 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -16,8 +15,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:50 2013 -> Command sent: : domID=170 varID=18 objID=3/1to2/1 .. Command acknowledged (170), [description: ] - CommandID=186 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=186 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_ID_LIST_subseconds/testclient_out.traci b/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_ID_LIST_subseconds/testclient_out.traci index 2cc9e8287d88..3b9feba6aed7 100644 --- a/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_ID_LIST_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Edge/LAST_STEP_VEHICLE_ID_LIST_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:50 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:13 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:50 2013 -> Command sent: : domID=170 varID=18 objID=3/1to2/1 .. Command acknowledged (170), [description: ] - CommandID=186 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=186 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -16,8 +15,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:50 2013 -> Command sent: : domID=170 varID=18 objID=3/1to2/1 .. Command acknowledged (170), [description: ] - CommandID=186 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=186 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/InductionLoop/ID_LIST/no_detectors/testclient_out.traci b/tests/traci/get_variable/InductionLoop/ID_LIST/no_detectors/testclient_out.traci index 403ef5f51866..eefff9a0fa38 100644 --- a/tests/traci/get_variable/InductionLoop/ID_LIST/no_detectors/testclient_out.traci +++ b/tests/traci/get_variable/InductionLoop/ID_LIST/no_detectors/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:17 2013 +TraCITestClient output file. Date: Sun Sep 8 08:52:49 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:17 2013 -> Command sent: : domID=160 varID=0 objID=dummy .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/InductionLoop/ID_LIST/one_detector/testclient_out.traci b/tests/traci/get_variable/InductionLoop/ID_LIST/one_detector/testclient_out.traci index ee26ef886d34..2be9381b68ce 100644 --- a/tests/traci/get_variable/InductionLoop/ID_LIST/one_detector/testclient_out.traci +++ b/tests/traci/get_variable/InductionLoop/ID_LIST/one_detector/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:18 2013 +TraCITestClient output file. Date: Sun Sep 8 08:52:49 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:18 2013 -> Command sent: : domID=160 varID=0 objID=dummy .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"3/1to2/1" ] + CommandID=176 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "3/1to2/1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/InductionLoop/ID_LIST/two_detectors/testclient_out.traci b/tests/traci/get_variable/InductionLoop/ID_LIST/two_detectors/testclient_out.traci index 6f9a9584ec0e..6b03a15f73ea 100644 --- a/tests/traci/get_variable/InductionLoop/ID_LIST/two_detectors/testclient_out.traci +++ b/tests/traci/get_variable/InductionLoop/ID_LIST/two_detectors/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:19 2013 +TraCITestClient output file. Date: Sun Sep 8 08:52:49 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:19 2013 -> Command sent: : domID=160 varID=0 objID=dummy .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"3/1to2/1", "4/1to3/1" ] + CommandID=176 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "3/1to2/1", "4/1to3/1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/InductionLoop/one_vehicle/one1s_1vehicle_10m_s/testclient_out.traci b/tests/traci/get_variable/InductionLoop/one_vehicle/one1s_1vehicle_10m_s/testclient_out.traci index bff9d526eb1a..7d8694e066f9 100644 --- a/tests/traci/get_variable/InductionLoop/one_vehicle/one1s_1vehicle_10m_s/testclient_out.traci +++ b/tests/traci/get_variable/InductionLoop/one_vehicle/one1s_1vehicle_10m_s/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 +TraCITestClient output file. Date: Sun Sep 8 08:52:49 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -38,8 +37,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=23 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=23 ObjectID=3/1to2/1 valueDataType=15 compound value with 1 members: [ - valueDataType=9 Int value: 0 + CommandID=176 VariableID=23 ObjectID=3/1to2/1 valueDataType=15 compound value with 1 members: [ valueDataType=9 Int value: 0 ] -> Command sent: : @@ -58,8 +56,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -79,8 +76,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=23 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=23 ObjectID=3/1to2/1 valueDataType=15 compound value with 6 members: [ - valueDataType=9 Int value: 1 + CommandID=176 VariableID=23 ObjectID=3/1to2/1 valueDataType=15 compound value with 6 members: [ valueDataType=9 Int value: 1 valueDataType=12 string value: 0 valueDataType=11 Double value: 3.00 valueDataType=11 Double value: 51.00 @@ -104,8 +100,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -125,8 +120,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=23 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=23 ObjectID=3/1to2/1 valueDataType=15 compound value with 6 members: [ - valueDataType=9 Int value: 1 + CommandID=176 VariableID=23 ObjectID=3/1to2/1 valueDataType=15 compound value with 6 members: [ valueDataType=9 Int value: 1 valueDataType=12 string value: 0 valueDataType=11 Double value: 3.00 valueDataType=11 Double value: 51.00 diff --git a/tests/traci/get_variable/InductionLoop/one_vehicle/two10s_1vehicle_10m_s/testclient_out.traci b/tests/traci/get_variable/InductionLoop/one_vehicle/two10s_1vehicle_10m_s/testclient_out.traci index f9fc362823a4..9c3bfac65135 100644 --- a/tests/traci/get_variable/InductionLoop/one_vehicle/two10s_1vehicle_10m_s/testclient_out.traci +++ b/tests/traci/get_variable/InductionLoop/one_vehicle/two10s_1vehicle_10m_s/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 +TraCITestClient output file. Date: Sun Sep 8 08:52:49 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -51,8 +50,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -85,8 +83,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -119,8 +116,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -153,8 +149,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -187,8 +182,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -221,8 +215,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 diff --git a/tests/traci/get_variable/InductionLoop/one_vehicle/two1s_1vehicle_10m_s/testclient_out.traci b/tests/traci/get_variable/InductionLoop/one_vehicle/two1s_1vehicle_10m_s/testclient_out.traci index 6b89562fdb6b..9c3bfac65135 100644 --- a/tests/traci/get_variable/InductionLoop/one_vehicle/two1s_1vehicle_10m_s/testclient_out.traci +++ b/tests/traci/get_variable/InductionLoop/one_vehicle/two1s_1vehicle_10m_s/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 +TraCITestClient output file. Date: Sun Sep 8 08:52:49 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -51,8 +50,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -85,8 +83,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -119,8 +116,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -153,8 +149,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -187,8 +182,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -221,8 +215,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 diff --git a/tests/traci/get_variable/InductionLoop/two_vehicles_diff_speed/one1s_1vehicle_10m_s/testclient_out.traci b/tests/traci/get_variable/InductionLoop/two_vehicles_diff_speed/one1s_1vehicle_10m_s/testclient_out.traci index 7348030ecf91..0dc80529e647 100644 --- a/tests/traci/get_variable/InductionLoop/two_vehicles_diff_speed/one1s_1vehicle_10m_s/testclient_out.traci +++ b/tests/traci/get_variable/InductionLoop/two_vehicles_diff_speed/one1s_1vehicle_10m_s/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 +TraCITestClient output file. Date: Sun Sep 8 08:52:49 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -51,8 +50,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -85,8 +83,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -119,8 +116,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -153,8 +149,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -187,8 +182,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"1" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "1" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -221,8 +215,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:08 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 diff --git a/tests/traci/get_variable/InductionLoop/two_vehicles_diff_speed/two10s_1vehicle_10m_s/testclient_out.traci b/tests/traci/get_variable/InductionLoop/two_vehicles_diff_speed/two10s_1vehicle_10m_s/testclient_out.traci index f31ba2db6674..7a53750a76d7 100644 --- a/tests/traci/get_variable/InductionLoop/two_vehicles_diff_speed/two10s_1vehicle_10m_s/testclient_out.traci +++ b/tests/traci/get_variable/InductionLoop/two_vehicles_diff_speed/two10s_1vehicle_10m_s/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 +TraCITestClient output file. Date: Sun Sep 8 08:52:49 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -51,8 +50,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -85,8 +83,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -119,8 +116,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -153,8 +149,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -187,8 +182,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -221,8 +215,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"1" ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "1" ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -255,8 +248,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -289,8 +281,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -323,8 +314,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -357,8 +347,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -391,8 +380,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -425,8 +413,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -459,8 +446,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"1" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "1" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 diff --git a/tests/traci/get_variable/InductionLoop/two_vehicles_diff_speed/two1s_1vehicle_10m_s/testclient_out.traci b/tests/traci/get_variable/InductionLoop/two_vehicles_diff_speed/two1s_1vehicle_10m_s/testclient_out.traci index f31ba2db6674..7a53750a76d7 100644 --- a/tests/traci/get_variable/InductionLoop/two_vehicles_diff_speed/two1s_1vehicle_10m_s/testclient_out.traci +++ b/tests/traci/get_variable/InductionLoop/two_vehicles_diff_speed/two1s_1vehicle_10m_s/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 +TraCITestClient output file. Date: Sun Sep 8 08:52:49 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -51,8 +50,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -85,8 +83,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -119,8 +116,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -153,8 +149,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -187,8 +182,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -221,8 +215,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"1" ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "1" ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -255,8 +248,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=4/1to3/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=4/1to3/1 @@ -289,8 +281,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -323,8 +314,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -357,8 +347,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -391,8 +380,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -425,8 +413,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 @@ -459,8 +446,7 @@ TraCITestClient output file. Date: Tue Mar 26 08:16:09 2024 -> Command sent: : domID=160 varID=18 objID=3/1to2/1 .. Command acknowledged (160), [description: ] - CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"1" ] + CommandID=176 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "1" ] -> Command sent: : domID=160 varID=19 objID=3/1to2/1 diff --git a/tests/traci/get_variable/Junction/ID_LIST/testclient_out.traci b/tests/traci/get_variable/Junction/ID_LIST/testclient_out.traci index c3965aaa4e35..b9c92aafc8ad 100644 --- a/tests/traci/get_variable/Junction/ID_LIST/testclient_out.traci +++ b/tests/traci/get_variable/Junction/ID_LIST/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:41 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:11 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:41 2013 -> Command sent: : domID=169 varID=0 objID=dummy .. Command acknowledged (169), [description: ] - CommandID=185 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"0/0", "0/1", "0/2", "1/0", "1/1", "1/2", "2/0", "2/1", "2/2", "3/0", "3/1", "3/2", "4/0", "4/1", "4/2" ] + CommandID=185 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "0/0", "0/1", "0/2", "1/0", "1/1", "1/2", "2/0", "2/1", "2/2", "3/0", "3/1", "3/2", "4/0", "4/1", "4/2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Junction/ID_LIST_subseconds/testclient_out.traci b/tests/traci/get_variable/Junction/ID_LIST_subseconds/testclient_out.traci index c3965aaa4e35..b9c92aafc8ad 100644 --- a/tests/traci/get_variable/Junction/ID_LIST_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Junction/ID_LIST_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:41 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:11 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:41 2013 -> Command sent: : domID=169 varID=0 objID=dummy .. Command acknowledged (169), [description: ] - CommandID=185 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"0/0", "0/1", "0/2", "1/0", "1/1", "1/2", "2/0", "2/1", "2/2", "3/0", "3/1", "3/2", "4/0", "4/1", "4/2" ] + CommandID=185 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "0/0", "0/1", "0/2", "1/0", "1/1", "1/2", "2/0", "2/1", "2/2", "3/0", "3/1", "3/2", "4/0", "4/1", "4/2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Lane/ID_LIST/testclient_out.traci b/tests/traci/get_variable/Lane/ID_LIST/testclient_out.traci index 83f58fc4f6fc..6c5085ab4491 100644 --- a/tests/traci/get_variable/Lane/ID_LIST/testclient_out.traci +++ b/tests/traci/get_variable/Lane/ID_LIST/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:59 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:05 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:59 2013 -> Command sent: : domID=163 varID=0 objID=dummy .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"0/0to0/1_0", "0/0to1/0_0", "0/1to0/0_0", "0/1to0/2_0", "0/1to1/1_0", "0/2to0/1_0", "0/2to1/2_0", "1/0to0/0_0", "1/0to1/1_0", "1/0to2/0_0", "1/1to0/1_0", "1/1to1/0_0", "1/1to1/2_0", "1/1to2/1_0", "1/2to0/2_0", "1/2to1/1_0", "1/2to2/2_0", "2/0to1/0_0", "2/0to2/1_0", "2/0to3/0_0", "2/1to1/1_0", "2/1to2/0_0", "2/1to2/2_0", "2/1to3/1_0", "2/2to1/2_0", "2/2to2/1_0", "2/2to3/2_0", "3/0to2/0_0", "3/0to3/1_0", "3/0to4/0_0", "3/1to2/1_0", "3/1to3/0_0", "3/1to3/2_0", "3/1to4/1_0", "3/2to2/2_0", "3/2to3/1_0", "3/2to4/2_0", "4/0to3/0_0", "4/0to4/1_0", "4/1to3/1_0", "4/1to4/0_0", "4/1to4/2_0", "4/2to3/2_0", "4/2to4/1_0" ] + CommandID=179 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "0/0to0/1_0", "0/0to1/0_0", "0/1to0/0_0", "0/1to0/2_0", "0/1to1/1_0", "0/2to0/1_0", "0/2to1/2_0", "1/0to0/0_0", "1/0to1/1_0", "1/0to2/0_0", "1/1to0/1_0", "1/1to1/0_0", "1/1to1/2_0", "1/1to2/1_0", "1/2to0/2_0", "1/2to1/1_0", "1/2to2/2_0", "2/0to1/0_0", "2/0to2/1_0", "2/0to3/0_0", "2/1to1/1_0", "2/1to2/0_0", "2/1to2/2_0", "2/1to3/1_0", "2/2to1/2_0", "2/2to2/1_0", "2/2to3/2_0", "3/0to2/0_0", "3/0to3/1_0", "3/0to4/0_0", "3/1to2/1_0", "3/1to3/0_0", "3/1to3/2_0", "3/1to4/1_0", "3/2to2/2_0", "3/2to3/1_0", "3/2to4/2_0", "4/0to3/0_0", "4/0to4/1_0", "4/1to3/1_0", "4/1to4/0_0", "4/1to4/2_0", "4/2to3/2_0", "4/2to4/1_0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Lane/ID_LIST_subseconds/testclient_out.traci b/tests/traci/get_variable/Lane/ID_LIST_subseconds/testclient_out.traci index 83f58fc4f6fc..6c5085ab4491 100644 --- a/tests/traci/get_variable/Lane/ID_LIST_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Lane/ID_LIST_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:59 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:05 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:59 2013 -> Command sent: : domID=163 varID=0 objID=dummy .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"0/0to0/1_0", "0/0to1/0_0", "0/1to0/0_0", "0/1to0/2_0", "0/1to1/1_0", "0/2to0/1_0", "0/2to1/2_0", "1/0to0/0_0", "1/0to1/1_0", "1/0to2/0_0", "1/1to0/1_0", "1/1to1/0_0", "1/1to1/2_0", "1/1to2/1_0", "1/2to0/2_0", "1/2to1/1_0", "1/2to2/2_0", "2/0to1/0_0", "2/0to2/1_0", "2/0to3/0_0", "2/1to1/1_0", "2/1to2/0_0", "2/1to2/2_0", "2/1to3/1_0", "2/2to1/2_0", "2/2to2/1_0", "2/2to3/2_0", "3/0to2/0_0", "3/0to3/1_0", "3/0to4/0_0", "3/1to2/1_0", "3/1to3/0_0", "3/1to3/2_0", "3/1to4/1_0", "3/2to2/2_0", "3/2to3/1_0", "3/2to4/2_0", "4/0to3/0_0", "4/0to4/1_0", "4/1to3/1_0", "4/1to4/0_0", "4/1to4/2_0", "4/2to3/2_0", "4/2to4/1_0" ] + CommandID=179 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "0/0to0/1_0", "0/0to1/0_0", "0/1to0/0_0", "0/1to0/2_0", "0/1to1/1_0", "0/2to0/1_0", "0/2to1/2_0", "1/0to0/0_0", "1/0to1/1_0", "1/0to2/0_0", "1/1to0/1_0", "1/1to1/0_0", "1/1to1/2_0", "1/1to2/1_0", "1/2to0/2_0", "1/2to1/1_0", "1/2to2/2_0", "2/0to1/0_0", "2/0to2/1_0", "2/0to3/0_0", "2/1to1/1_0", "2/1to2/0_0", "2/1to2/2_0", "2/1to3/1_0", "2/2to1/2_0", "2/2to2/1_0", "2/2to3/2_0", "3/0to2/0_0", "3/0to3/1_0", "3/0to4/0_0", "3/1to2/1_0", "3/1to3/0_0", "3/1to3/2_0", "3/1to4/1_0", "3/2to2/2_0", "3/2to3/1_0", "3/2to4/2_0", "4/0to3/0_0", "4/0to4/1_0", "4/1to3/1_0", "4/1to4/0_0", "4/1to4/2_0", "4/2to3/2_0", "4/2to4/1_0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Lane/LANE_ALLOWED/testclient_out.traci b/tests/traci/get_variable/Lane/LANE_ALLOWED/testclient_out.traci index ba629cb40b16..141c9bf3c8c3 100644 --- a/tests/traci/get_variable/Lane/LANE_ALLOWED/testclient_out.traci +++ b/tests/traci/get_variable/Lane/LANE_ALLOWED/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:25:05 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:06 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:05 2013 -> Command sent: : domID=163 varID=52 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Lane/LANE_ALLOWED_subseconds/testclient_out.traci b/tests/traci/get_variable/Lane/LANE_ALLOWED_subseconds/testclient_out.traci index ba629cb40b16..141c9bf3c8c3 100644 --- a/tests/traci/get_variable/Lane/LANE_ALLOWED_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Lane/LANE_ALLOWED_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:25:05 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:06 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:05 2013 -> Command sent: : domID=163 varID=52 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Lane/LANE_DISALLOWED/testclient_out.traci b/tests/traci/get_variable/Lane/LANE_DISALLOWED/testclient_out.traci index 2479ad1455e1..7a225d5764af 100644 --- a/tests/traci/get_variable/Lane/LANE_DISALLOWED/testclient_out.traci +++ b/tests/traci/get_variable/Lane/LANE_DISALLOWED/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:25:06 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:06 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:06 2013 -> Command sent: : domID=163 varID=53 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Lane/LANE_DISALLOWED_subseconds/testclient_out.traci b/tests/traci/get_variable/Lane/LANE_DISALLOWED_subseconds/testclient_out.traci index 2479ad1455e1..b13317ff285a 100644 --- a/tests/traci/get_variable/Lane/LANE_DISALLOWED_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Lane/LANE_DISALLOWED_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:25:06 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:07 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:06 2013 -> Command sent: : domID=163 varID=53 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Lane/LANE_LINKS/testclient_out.traci b/tests/traci/get_variable/Lane/LANE_LINKS/testclient_out.traci index 0aba405cf0fa..34fc3dda3f23 100644 --- a/tests/traci/get_variable/Lane/LANE_LINKS/testclient_out.traci +++ b/tests/traci/get_variable/Lane/LANE_LINKS/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:25:00 2013 +TraCITestClient output file. Date: Sun Sep 8 08:59:42 2024 -> Command sent: : @@ -7,10 +7,9 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:00 2013 -> Command sent: : domID=163 varID=51 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=51 ObjectID=2/1to2/0_0 valueDataType=15 compound value with 25 members: [ - valueDataType=9 Int value: 3 + CommandID=179 VariableID=51 ObjectID=2/1to2/0_0 valueDataType=15 compound value with 25 members: [ valueDataType=9 Int value: 3 valueDataType=12 string value: 2/0to1/0_0 - valueDataType=12 string value: + valueDataType=12 string value: '' valueDataType=7 Unsigned Byte Value: 0 valueDataType=7 Unsigned Byte Value: 0 valueDataType=7 Unsigned Byte Value: 0 @@ -18,7 +17,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:00 2013 valueDataType=12 string value: r valueDataType=11 Double value: 4.38 valueDataType=12 string value: 2/0to3/0_0 - valueDataType=12 string value: + valueDataType=12 string value: '' valueDataType=7 Unsigned Byte Value: 0 valueDataType=7 Unsigned Byte Value: 0 valueDataType=7 Unsigned Byte Value: 0 @@ -26,7 +25,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:00 2013 valueDataType=12 string value: l valueDataType=11 Double value: 9.05 valueDataType=12 string value: 2/0to2/1_0 - valueDataType=12 string value: + valueDataType=12 string value: '' valueDataType=7 Unsigned Byte Value: 0 valueDataType=7 Unsigned Byte Value: 0 valueDataType=7 Unsigned Byte Value: 0 diff --git a/tests/traci/get_variable/Lane/LANE_LINKS_subseconds/testclient_out.traci b/tests/traci/get_variable/Lane/LANE_LINKS_subseconds/testclient_out.traci index 0aba405cf0fa..34fc3dda3f23 100644 --- a/tests/traci/get_variable/Lane/LANE_LINKS_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Lane/LANE_LINKS_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:25:00 2013 +TraCITestClient output file. Date: Sun Sep 8 08:59:42 2024 -> Command sent: : @@ -7,10 +7,9 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:00 2013 -> Command sent: : domID=163 varID=51 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=51 ObjectID=2/1to2/0_0 valueDataType=15 compound value with 25 members: [ - valueDataType=9 Int value: 3 + CommandID=179 VariableID=51 ObjectID=2/1to2/0_0 valueDataType=15 compound value with 25 members: [ valueDataType=9 Int value: 3 valueDataType=12 string value: 2/0to1/0_0 - valueDataType=12 string value: + valueDataType=12 string value: '' valueDataType=7 Unsigned Byte Value: 0 valueDataType=7 Unsigned Byte Value: 0 valueDataType=7 Unsigned Byte Value: 0 @@ -18,7 +17,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:00 2013 valueDataType=12 string value: r valueDataType=11 Double value: 4.38 valueDataType=12 string value: 2/0to3/0_0 - valueDataType=12 string value: + valueDataType=12 string value: '' valueDataType=7 Unsigned Byte Value: 0 valueDataType=7 Unsigned Byte Value: 0 valueDataType=7 Unsigned Byte Value: 0 @@ -26,7 +25,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:00 2013 valueDataType=12 string value: l valueDataType=11 Double value: 9.05 valueDataType=12 string value: 2/0to2/1_0 - valueDataType=12 string value: + valueDataType=12 string value: '' valueDataType=7 Unsigned Byte Value: 0 valueDataType=7 Unsigned Byte Value: 0 valueDataType=7 Unsigned Byte Value: 0 diff --git a/tests/traci/get_variable/Lane/LAST_STEP_VEHICLE_ID_LIST/testclient_out.traci b/tests/traci/get_variable/Lane/LAST_STEP_VEHICLE_ID_LIST/testclient_out.traci index 887dd7952ec9..fd1db74df661 100644 --- a/tests/traci/get_variable/Lane/LAST_STEP_VEHICLE_ID_LIST/testclient_out.traci +++ b/tests/traci/get_variable/Lane/LAST_STEP_VEHICLE_ID_LIST/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:25:08 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:07 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:08 2013 -> Command sent: : domID=163 varID=18 objID=3/1to2/1_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=18 ObjectID=3/1to2/1_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=18 ObjectID=3/1to2/1_0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -16,8 +15,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:08 2013 -> Command sent: : domID=163 varID=18 objID=3/1to2/1_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=18 ObjectID=3/1to2/1_0 valueDataType=14 string list value: [ -"0" ] + CommandID=179 VariableID=18 ObjectID=3/1to2/1_0 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Lane/LAST_STEP_VEHICLE_ID_LIST_subseconds/testclient_out.traci b/tests/traci/get_variable/Lane/LAST_STEP_VEHICLE_ID_LIST_subseconds/testclient_out.traci index 887dd7952ec9..fd1db74df661 100644 --- a/tests/traci/get_variable/Lane/LAST_STEP_VEHICLE_ID_LIST_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Lane/LAST_STEP_VEHICLE_ID_LIST_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:25:08 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:07 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:08 2013 -> Command sent: : domID=163 varID=18 objID=3/1to2/1_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=18 ObjectID=3/1to2/1_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=18 ObjectID=3/1to2/1_0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -16,8 +15,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:08 2013 -> Command sent: : domID=163 varID=18 objID=3/1to2/1_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=18 ObjectID=3/1to2/1_0 valueDataType=14 string list value: [ -"0" ] + CommandID=179 VariableID=18 ObjectID=3/1to2/1_0 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/MeMeDetector/ID_LIST/no_detectors/testclient_out.traci b/tests/traci/get_variable/MeMeDetector/ID_LIST/no_detectors/testclient_out.traci index 8f28404e44c6..b0fa84655306 100644 --- a/tests/traci/get_variable/MeMeDetector/ID_LIST/no_detectors/testclient_out.traci +++ b/tests/traci/get_variable/MeMeDetector/ID_LIST/no_detectors/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:32 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:01 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:32 2013 -> Command sent: : domID=161 varID=0 objID=dummy .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/MeMeDetector/ID_LIST/one_detector/testclient_out.traci b/tests/traci/get_variable/MeMeDetector/ID_LIST/one_detector/testclient_out.traci index 810f4ed87298..d48fb60cbbf1 100644 --- a/tests/traci/get_variable/MeMeDetector/ID_LIST/one_detector/testclient_out.traci +++ b/tests/traci/get_variable/MeMeDetector/ID_LIST/one_detector/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:32 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:01 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:32 2013 -> Command sent: : domID=161 varID=0 objID=dummy .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"3/1to2/1" ] + CommandID=177 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "3/1to2/1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/MeMeDetector/ID_LIST/two_detectors/testclient_out.traci b/tests/traci/get_variable/MeMeDetector/ID_LIST/two_detectors/testclient_out.traci index ff7c5c337f3a..90407929e624 100644 --- a/tests/traci/get_variable/MeMeDetector/ID_LIST/two_detectors/testclient_out.traci +++ b/tests/traci/get_variable/MeMeDetector/ID_LIST/two_detectors/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:33 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:01 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:33 2013 -> Command sent: : domID=161 varID=0 objID=dummy .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"3/1to2/1", "4/1to3/1" ] + CommandID=177 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "3/1to2/1", "4/1to3/1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/MeMeDetector/one_vehicle/one1s_1vehicle_10m_s/testclient_out.traci b/tests/traci/get_variable/MeMeDetector/one_vehicle/one1s_1vehicle_10m_s/testclient_out.traci index f4f73862eaa5..86e056d61db8 100644 --- a/tests/traci/get_variable/MeMeDetector/one_vehicle/one1s_1vehicle_10m_s/testclient_out.traci +++ b/tests/traci/get_variable/MeMeDetector/one_vehicle/one1s_1vehicle_10m_s/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:34 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:01 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:34 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -36,8 +35,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:34 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -55,8 +53,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:34 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/MeMeDetector/one_vehicle/two10s_1vehicle_10m_s/testclient_out.traci b/tests/traci/get_variable/MeMeDetector/one_vehicle/two10s_1vehicle_10m_s/testclient_out.traci index b8199b69706e..6be1cf1e5bf6 100644 --- a/tests/traci/get_variable/MeMeDetector/one_vehicle/two10s_1vehicle_10m_s/testclient_out.traci +++ b/tests/traci/get_variable/MeMeDetector/one_vehicle/two10s_1vehicle_10m_s/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:36 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:01 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:36 2013 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -36,8 +35,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:36 2013 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0" ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -55,8 +53,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:36 2013 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=161 varID=16 objID=3/1to2/1 @@ -71,8 +68,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:36 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -90,8 +86,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:36 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -109,8 +104,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:36 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/MeMeDetector/one_vehicle/two1s_1vehicle_10m_s/testclient_out.traci b/tests/traci/get_variable/MeMeDetector/one_vehicle/two1s_1vehicle_10m_s/testclient_out.traci index f271f62ee9d5..6be1cf1e5bf6 100644 --- a/tests/traci/get_variable/MeMeDetector/one_vehicle/two1s_1vehicle_10m_s/testclient_out.traci +++ b/tests/traci/get_variable/MeMeDetector/one_vehicle/two1s_1vehicle_10m_s/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:35 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:01 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:35 2013 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -36,8 +35,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:35 2013 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0" ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -55,8 +53,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:35 2013 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=161 varID=16 objID=3/1to2/1 @@ -71,8 +68,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:35 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -90,8 +86,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:35 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -109,8 +104,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:35 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/one1s_1vehicle_10m_s/testclient_out.traci b/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/one1s_1vehicle_10m_s/testclient_out.traci index c0bd2b2283e4..86e056d61db8 100644 --- a/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/one1s_1vehicle_10m_s/testclient_out.traci +++ b/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/one1s_1vehicle_10m_s/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Mar 3 14:01:39 2014 +TraCITestClient output file. Date: Sun Sep 8 08:50:01 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:39 2014 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -36,8 +35,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:39 2014 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -55,8 +53,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:39 2014 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two10s_10m_s_near/testclient_out.traci b/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two10s_10m_s_near/testclient_out.traci index 0c2d94b1981b..38477a25b480 100644 --- a/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two10s_10m_s_near/testclient_out.traci +++ b/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two10s_10m_s_near/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:41 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:02 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:41 2013 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -36,8 +35,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:41 2013 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -55,8 +53,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:41 2013 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=161 varID=16 objID=3/1to2/1 @@ -71,8 +68,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:41 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -90,8 +86,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:41 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -109,8 +104,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:41 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two10s_1vehicle_10m_s/testclient_out.traci b/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two10s_1vehicle_10m_s/testclient_out.traci index 7cca92ebd70a..aa9396124921 100644 --- a/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two10s_1vehicle_10m_s/testclient_out.traci +++ b/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two10s_1vehicle_10m_s/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Mar 3 14:01:41 2014 +TraCITestClient output file. Date: Sun Sep 8 08:50:01 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:41 2014 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -36,8 +35,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:41 2014 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0", "1" ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0", "1" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -55,8 +53,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:41 2014 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=161 varID=16 objID=3/1to2/1 @@ -71,8 +68,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:41 2014 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -90,8 +86,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:41 2014 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -109,8 +104,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:41 2014 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two1s_10m_s_near/testclient_out.traci b/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two1s_10m_s_near/testclient_out.traci index ddfbca6d0225..38477a25b480 100644 --- a/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two1s_10m_s_near/testclient_out.traci +++ b/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two1s_10m_s_near/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:40 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:02 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:40 2013 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -36,8 +35,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:40 2013 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -55,8 +53,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:40 2013 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=161 varID=16 objID=3/1to2/1 @@ -71,8 +68,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:40 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -90,8 +86,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:40 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -109,8 +104,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:40 2013 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two1s_1vehicle_10m_s/testclient_out.traci b/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two1s_1vehicle_10m_s/testclient_out.traci index 519f5d694a66..aa9396124921 100644 --- a/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two1s_1vehicle_10m_s/testclient_out.traci +++ b/tests/traci/get_variable/MeMeDetector/two_vehicles_diff_speed/two1s_1vehicle_10m_s/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Mar 3 14:01:40 2014 +TraCITestClient output file. Date: Sun Sep 8 08:50:01 2024 -> Command sent: : @@ -17,8 +17,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:40 2014 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -36,8 +35,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:40 2014 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ -"0", "1" ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ "0", "1" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -55,8 +53,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:40 2014 -> Command sent: : domID=161 varID=18 objID=4/1to3/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=4/1to3/1 valueDataType=14 string list value: [ ] -> Command sent: : domID=161 varID=16 objID=3/1to2/1 @@ -71,8 +68,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:40 2014 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -90,8 +86,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:40 2014 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ -"0" ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -109,8 +104,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:01:40 2014 -> Command sent: : domID=161 varID=18 objID=3/1to2/1 .. Command acknowledged (161), [description: ] - CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=177 VariableID=18 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/POI/ID_LIST/testclient_out.traci b/tests/traci/get_variable/POI/ID_LIST/testclient_out.traci index 776002156af9..3fdca5f92a2c 100644 --- a/tests/traci/get_variable/POI/ID_LIST/testclient_out.traci +++ b/tests/traci/get_variable/POI/ID_LIST/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:25 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:09 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:25 2013 -> Command sent: : domID=167 varID=0 objID=xxx .. Command acknowledged (167), [description: ] - CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/POI/ID_LIST_subseconds/testclient_out.traci b/tests/traci/get_variable/POI/ID_LIST_subseconds/testclient_out.traci index 776002156af9..3fdca5f92a2c 100644 --- a/tests/traci/get_variable/POI/ID_LIST_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/POI/ID_LIST_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:25 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:09 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:25 2013 -> Command sent: : domID=167 varID=0 objID=xxx .. Command acknowledged (167), [description: ] - CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Person/ID_LIST/testclient_out.traci b/tests/traci/get_variable/Person/ID_LIST/testclient_out.traci index c0cd1a40bdef..2fdd3f46ace8 100644 --- a/tests/traci/get_variable/Person/ID_LIST/testclient_out.traci +++ b/tests/traci/get_variable/Person/ID_LIST/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Fri Feb 6 08:37:42 2015 +TraCITestClient output file. Date: Sun Sep 8 08:50:16 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Fri Feb 6 08:37:42 2015 -> Command sent: : domID=174 varID=0 objID=xxx .. Command acknowledged (174), [description: ] - CommandID=190 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"0" ] + CommandID=190 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Person/ID_LIST_subseconds/testclient_out.traci b/tests/traci/get_variable/Person/ID_LIST_subseconds/testclient_out.traci index c0cd1a40bdef..2fdd3f46ace8 100644 --- a/tests/traci/get_variable/Person/ID_LIST_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Person/ID_LIST_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Fri Feb 6 08:37:42 2015 +TraCITestClient output file. Date: Sun Sep 8 08:50:16 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Fri Feb 6 08:37:42 2015 -> Command sent: : domID=174 varID=0 objID=xxx .. Command acknowledged (174), [description: ] - CommandID=190 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"0" ] + CommandID=190 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Person/VAR_POSITION3D/testclient_out.traci b/tests/traci/get_variable/Person/VAR_POSITION3D/testclient_out.traci index 283f693b67cc..117cf5af0527 100644 --- a/tests/traci/get_variable/Person/VAR_POSITION3D/testclient_out.traci +++ b/tests/traci/get_variable/Person/VAR_POSITION3D/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Thu Aug 16 13:56:50 2018 +TraCITestClient output file. Date: Sun Sep 8 08:53:07 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Thu Aug 16 13:56:50 2018 -> Command sent: : domID=174 varID=57 objID=0 .. Command acknowledged (174), [description: ] - CommandID=190 VariableID=57 ObjectID=0 valueDataType=3 Position3DValue: - x: 1468.65 y: 402.93 z: 0.00 + CommandID=190 VariableID=57 ObjectID=0 valueDataType=3 Position3DValue: x: 1468.65 y: 402.93 z: 0.00 -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Person/VAR_POSITION3D_subseconds/testclient_out.traci b/tests/traci/get_variable/Person/VAR_POSITION3D_subseconds/testclient_out.traci index 283f693b67cc..c8e9263d77c0 100644 --- a/tests/traci/get_variable/Person/VAR_POSITION3D_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Person/VAR_POSITION3D_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Thu Aug 16 13:56:50 2018 +TraCITestClient output file. Date: Sun Sep 8 08:53:08 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Thu Aug 16 13:56:50 2018 -> Command sent: : domID=174 varID=57 objID=0 .. Command acknowledged (174), [description: ] - CommandID=190 VariableID=57 ObjectID=0 valueDataType=3 Position3DValue: - x: 1468.65 y: 402.93 z: 0.00 + CommandID=190 VariableID=57 ObjectID=0 valueDataType=3 Position3DValue: x: 1468.65 y: 402.93 z: 0.00 -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Polygon/ID_LIST/testclient_out.traci b/tests/traci/get_variable/Polygon/ID_LIST/testclient_out.traci index 00b4ea9ef173..c5c295e6e850 100644 --- a/tests/traci/get_variable/Polygon/ID_LIST/testclient_out.traci +++ b/tests/traci/get_variable/Polygon/ID_LIST/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:32 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:10 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:32 2013 -> Command sent: : domID=168 varID=0 objID=xxx .. Command acknowledged (168), [description: ] - CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Polygon/ID_LIST_subseconds/testclient_out.traci b/tests/traci/get_variable/Polygon/ID_LIST_subseconds/testclient_out.traci index 00b4ea9ef173..c5c295e6e850 100644 --- a/tests/traci/get_variable/Polygon/ID_LIST_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Polygon/ID_LIST_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:32 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:10 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:32 2013 -> Command sent: : domID=168 varID=0 objID=xxx .. Command acknowledged (168), [description: ] - CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Route/ID_LIST/testclient_out.traci b/tests/traci/get_variable/Route/ID_LIST/testclient_out.traci index 10cbd2154ec4..ee95a99fbc91 100644 --- a/tests/traci/get_variable/Route/ID_LIST/testclient_out.traci +++ b/tests/traci/get_variable/Route/ID_LIST/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:20 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:09 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:20 2013 -> Command sent: : domID=166 varID=0 objID=xxx .. Command acknowledged (166), [description: ] - CommandID=182 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"r1" ] + CommandID=182 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "r1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Route/ID_LIST_subseconds/testclient_out.traci b/tests/traci/get_variable/Route/ID_LIST_subseconds/testclient_out.traci index 10cbd2154ec4..ee95a99fbc91 100644 --- a/tests/traci/get_variable/Route/ID_LIST_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Route/ID_LIST_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:20 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:09 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:20 2013 -> Command sent: : domID=166 varID=0 objID=xxx .. Command acknowledged (166), [description: ] - CommandID=182 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"r1" ] + CommandID=182 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "r1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Route/VAR_EDGES/testclient_out.traci b/tests/traci/get_variable/Route/VAR_EDGES/testclient_out.traci index 69f4a42f1d47..d83e254e5d72 100644 --- a/tests/traci/get_variable/Route/VAR_EDGES/testclient_out.traci +++ b/tests/traci/get_variable/Route/VAR_EDGES/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:21 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:09 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:21 2013 -> Command sent: : domID=166 varID=84 objID=r1 .. Command acknowledged (166), [description: ] - CommandID=182 VariableID=84 ObjectID=r1 valueDataType=14 string list value: [ -"4/1to3/1", "3/1to2/1", "2/1to1/1", "1/1to0/1" ] + CommandID=182 VariableID=84 ObjectID=r1 valueDataType=14 string list value: [ "4/1to3/1", "3/1to2/1", "2/1to1/1", "1/1to0/1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Route/VAR_EDGES_subseconds/testclient_out.traci b/tests/traci/get_variable/Route/VAR_EDGES_subseconds/testclient_out.traci index 69f4a42f1d47..d83e254e5d72 100644 --- a/tests/traci/get_variable/Route/VAR_EDGES_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Route/VAR_EDGES_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:26:21 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:09 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:26:21 2013 -> Command sent: : domID=166 varID=84 objID=r1 .. Command acknowledged (166), [description: ] - CommandID=182 VariableID=84 ObjectID=r1 valueDataType=14 string list value: [ -"4/1to3/1", "3/1to2/1", "2/1to1/1", "1/1to0/1" ] + CommandID=182 VariableID=84 ObjectID=r1 valueDataType=14 string list value: [ "4/1to3/1", "3/1to2/1", "2/1to1/1", "1/1to0/1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Simulation/POSITION_CONVERSION/RoadPosTo3D/testclient_out.traci b/tests/traci/get_variable/Simulation/POSITION_CONVERSION/RoadPosTo3D/testclient_out.traci index 31abba7cceda..76976e2ebaa2 100644 --- a/tests/traci/get_variable/Simulation/POSITION_CONVERSION/RoadPosTo3D/testclient_out.traci +++ b/tests/traci/get_variable/Simulation/POSITION_CONVERSION/RoadPosTo3D/testclient_out.traci @@ -1,17 +1,15 @@ -TraCITestClient output file. Date: Wed Jul 3 09:00:09 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:16 2024 -> Command sent: : domID=171 varID=130 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=130 ObjectID=0 valueDataType=3 Position3DValue: - x: 2467.75 y: 495.05 z: 0.00 + CommandID=187 VariableID=130 ObjectID=0 valueDataType=3 Position3DValue: x: 2467.75 y: 495.05 z: 0.00 -> Command sent: : domID=171 varID=130 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=130 ObjectID=0 valueDataType=3 Position3DValue: - x: 3501.65 y: 741.28 z: 0.00 + CommandID=187 VariableID=130 ObjectID=0 valueDataType=3 Position3DValue: x: 3501.65 y: 741.28 z: 0.00 -> Command sent: : domID=171 varID=130 objID=0 diff --git a/tests/traci/get_variable/Simulation/POSITION_CONVERSION/SameType3D/testclient_out.traci b/tests/traci/get_variable/Simulation/POSITION_CONVERSION/SameType3D/testclient_out.traci index a6905bb144bd..1d39d01eb418 100644 --- a/tests/traci/get_variable/Simulation/POSITION_CONVERSION/SameType3D/testclient_out.traci +++ b/tests/traci/get_variable/Simulation/POSITION_CONVERSION/SameType3D/testclient_out.traci @@ -1,11 +1,10 @@ -TraCITestClient output file. Date: Mon Jul 01 13:27:14 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:16 2024 -> Command sent: : domID=171 varID=130 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=130 ObjectID=0 valueDataType=3 Position3DValue: - x: 1.00 y: 1.00 z: 0.00 + CommandID=187 VariableID=130 ObjectID=0 valueDataType=3 Position3DValue: x: 1.00 y: 1.00 z: 0.00 -> Command sent: : .. Command acknowledged (127), [description: ] diff --git a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_ARRIVED_VEHICLES_IDS/testclient_out.traci b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_ARRIVED_VEHICLES_IDS/testclient_out.traci index 129991d2fc77..e4e911fd9c14 100644 --- a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_ARRIVED_VEHICLES_IDS/testclient_out.traci +++ b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_ARRIVED_VEHICLES_IDS/testclient_out.traci @@ -1,11 +1,10 @@ -TraCITestClient output file. Date: Mon Mar 3 14:32:52 2014 +TraCITestClient output file. Date: Sun Sep 8 08:53:18 2024 -> Command sent: : domID=171 varID=122 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -16,8 +15,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:32:52 2014 -> Command sent: : domID=171 varID=122 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -25,8 +23,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:32:52 2014 -> Command sent: : domID=171 varID=122 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -34,8 +31,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:32:52 2014 -> Command sent: : domID=171 varID=122 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -43,8 +39,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:32:52 2014 -> Command sent: : domID=171 varID=122 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -52,8 +47,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:32:52 2014 -> Command sent: : domID=171 varID=122 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ -"0" ] + CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -61,8 +55,7 @@ TraCITestClient output file. Date: Mon Mar 3 14:32:52 2014 -> Command sent: : domID=171 varID=122 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=122 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_DEPARTED_VEHICLES_IDS/testclient_out.traci b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_DEPARTED_VEHICLES_IDS/testclient_out.traci index 06d6170a2abb..49b1ec15158e 100644 --- a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_DEPARTED_VEHICLES_IDS/testclient_out.traci +++ b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_DEPARTED_VEHICLES_IDS/testclient_out.traci @@ -1,11 +1,10 @@ -TraCITestClient output file. Date: Sun Aug 11 18:09:12 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:17 2024 -> Command sent: : domID=171 varID=116 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=116 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=116 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -13,8 +12,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:09:12 2019 -> Command sent: : domID=171 varID=116 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=116 ObjectID=0 valueDataType=14 string list value: [ -"0" ] + CommandID=187 VariableID=116 ObjectID=0 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_LOADED_VEHICLES_IDS/testclient_out.traci b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_LOADED_VEHICLES_IDS/testclient_out.traci index 80de93565618..ddd8bba2bb97 100644 --- a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_LOADED_VEHICLES_IDS/testclient_out.traci +++ b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_LOADED_VEHICLES_IDS/testclient_out.traci @@ -1,11 +1,10 @@ -TraCITestClient output file. Date: Sun Aug 11 18:09:10 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:17 2024 -> Command sent: : domID=171 varID=114 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=114 ObjectID=0 valueDataType=14 string list value: [ -"0" ] + CommandID=187 VariableID=114 ObjectID=0 valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -13,8 +12,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:09:10 2019 -> Command sent: : domID=171 varID=114 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=114 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=114 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_PARKING_ENDING_VEHICLES_IDS/testclient_out.traci b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_PARKING_ENDING_VEHICLES_IDS/testclient_out.traci index a2f013dcb13b..fe8f69656aea 100644 --- a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_PARKING_ENDING_VEHICLES_IDS/testclient_out.traci +++ b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_PARKING_ENDING_VEHICLES_IDS/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 +TraCITestClient output file. Date: Sun Sep 8 08:53:18 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=111 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -21,8 +20,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=111 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -35,8 +33,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=111 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -49,8 +46,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=111 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -63,8 +59,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=111 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ -"0" ] + CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=164 varID=86 objID=0 @@ -77,8 +72,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=111 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -91,8 +85,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=111 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=111 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 diff --git a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_PARKING_MANEUVERING_VEHICLES_IDS/testclient_out.traci b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_PARKING_MANEUVERING_VEHICLES_IDS/testclient_out.traci index 421f258e3abe..9b6a9727f251 100644 --- a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_PARKING_MANEUVERING_VEHICLES_IDS/testclient_out.traci +++ b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_PARKING_MANEUVERING_VEHICLES_IDS/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 +TraCITestClient output file. Date: Sun Sep 8 08:53:18 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=59 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -21,8 +20,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=59 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -35,8 +33,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=59 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -49,8 +46,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=59 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -63,8 +59,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=59 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ -"0" ] + CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=164 varID=86 objID=0 @@ -77,8 +72,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=59 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -91,8 +85,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:05 2024 -> Command sent: : domID=171 varID=59 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=59 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 diff --git a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_PARKING_STARTING_VEHICLES_IDS/testclient_out.traci b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_PARKING_STARTING_VEHICLES_IDS/testclient_out.traci index cc5208a68b80..d52d7aef4b0d 100644 --- a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_PARKING_STARTING_VEHICLES_IDS/testclient_out.traci +++ b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_PARKING_STARTING_VEHICLES_IDS/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sat Sep 7 19:20:04 2024 +TraCITestClient output file. Date: Sun Sep 8 08:53:18 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:04 2024 -> Command sent: : domID=171 varID=109 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -21,8 +20,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:04 2024 -> Command sent: : domID=171 varID=109 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -35,8 +33,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:04 2024 -> Command sent: : domID=171 varID=109 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -49,8 +46,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:04 2024 -> Command sent: : domID=171 varID=109 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ -"0" ] + CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=164 varID=86 objID=0 @@ -63,8 +59,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:04 2024 -> Command sent: : domID=171 varID=109 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -77,8 +72,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:04 2024 -> Command sent: : domID=171 varID=109 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -91,8 +85,7 @@ TraCITestClient output file. Date: Sat Sep 7 19:20:04 2024 -> Command sent: : domID=171 varID=109 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=109 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 diff --git a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_STOP_ENDING_VEHICLES_IDS/testclient_out.traci b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_STOP_ENDING_VEHICLES_IDS/testclient_out.traci index 31e0b13a6b7a..458392e33280 100644 --- a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_STOP_ENDING_VEHICLES_IDS/testclient_out.traci +++ b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_STOP_ENDING_VEHICLES_IDS/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 +TraCITestClient output file. Date: Sun Sep 8 08:53:18 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=107 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -21,8 +20,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=107 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -35,8 +33,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=107 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -49,8 +46,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=107 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -63,8 +59,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=107 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -77,8 +72,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=107 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ -"0" ] + CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=164 varID=86 objID=0 @@ -91,8 +85,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=107 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=107 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 diff --git a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_STOP_STARTING_VEHICLES_IDS/testclient_out.traci b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_STOP_STARTING_VEHICLES_IDS/testclient_out.traci index 332948dcec0a..23c4d4e36082 100644 --- a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_STOP_STARTING_VEHICLES_IDS/testclient_out.traci +++ b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_STOP_STARTING_VEHICLES_IDS/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 +TraCITestClient output file. Date: Sun Sep 8 08:53:18 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=105 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -21,8 +20,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=105 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -35,8 +33,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=105 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -49,8 +46,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=105 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ -"0" ] + CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ "0" ] -> Command sent: : domID=164 varID=86 objID=0 @@ -63,8 +59,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=105 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -77,8 +72,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=105 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 @@ -91,8 +85,7 @@ TraCITestClient output file. Date: Thu Mar 12 11:39:10 2020 -> Command sent: : domID=171 varID=105 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=105 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : domID=164 varID=86 objID=0 diff --git a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_TELEPORT_ENDING_VEHICLES_IDS/testclient_out.traci b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_TELEPORT_ENDING_VEHICLES_IDS/testclient_out.traci index 1d35d6c98bce..9d1b9188bf0e 100644 --- a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_TELEPORT_ENDING_VEHICLES_IDS/testclient_out.traci +++ b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_TELEPORT_ENDING_VEHICLES_IDS/testclient_out.traci @@ -1,11 +1,10 @@ -TraCITestClient output file. Date: Sun Aug 11 18:09:14 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:17 2024 -> Command sent: : domID=171 varID=120 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=120 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=120 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -13,8 +12,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:09:14 2019 -> Command sent: : domID=171 varID=120 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=120 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=120 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_TELEPORT_STARTING_VEHICLES_IDS/testclient_out.traci b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_TELEPORT_STARTING_VEHICLES_IDS/testclient_out.traci index 2739fbdc909e..c8e3381b86c0 100644 --- a/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_TELEPORT_STARTING_VEHICLES_IDS/testclient_out.traci +++ b/tests/traci/get_variable/Simulation/vehicle_state_changes/VAR_TELEPORT_STARTING_VEHICLES_IDS/testclient_out.traci @@ -1,11 +1,10 @@ -TraCITestClient output file. Date: Sun Aug 11 18:09:13 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:17 2024 -> Command sent: : domID=171 varID=118 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=118 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=118 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -13,8 +12,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:09:13 2019 -> Command sent: : domID=171 varID=118 objID=0 .. Command acknowledged (171), [description: ] - CommandID=187 VariableID=118 ObjectID=0 valueDataType=14 string list value: [ - ] + CommandID=187 VariableID=118 ObjectID=0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/StoppingPlaces/ChargingStations/VAR_STOP_STARTING_VEHICLES_IDS/testclient_out.traci b/tests/traci/get_variable/StoppingPlaces/ChargingStations/VAR_STOP_STARTING_VEHICLES_IDS/testclient_out.traci index f3eaedd00599..a9e2e4220269 100644 --- a/tests/traci/get_variable/StoppingPlaces/ChargingStations/VAR_STOP_STARTING_VEHICLES_IDS/testclient_out.traci +++ b/tests/traci/get_variable/StoppingPlaces/ChargingStations/VAR_STOP_STARTING_VEHICLES_IDS/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Wed Jun 12 15:51:38 2024 +TraCITestClient output file. Date: Sun Sep 8 08:50:09 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Wed Jun 12 15:51:38 2024 -> Command sent: : domID=37 varID=105 objID=3/1to2/1 .. Command acknowledged (37), [description: ] - CommandID=53 VariableID=105 ObjectID=3/1to2/1 valueDataType=14 string list value: [ - ] + CommandID=53 VariableID=105 ObjectID=3/1to2/1 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/TrafficLight/ID_LIST/no_tl/testclient_out.traci b/tests/traci/get_variable/TrafficLight/ID_LIST/no_tl/testclient_out.traci index 6c233296ba75..46c15720bbe7 100644 --- a/tests/traci/get_variable/TrafficLight/ID_LIST/no_tl/testclient_out.traci +++ b/tests/traci/get_variable/TrafficLight/ID_LIST/no_tl/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:47 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:03 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:47 2013 -> Command sent: : domID=162 varID=0 objID=dummy .. Command acknowledged (162), [description: ] - CommandID=178 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ - ] + CommandID=178 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/TrafficLight/ID_LIST/one_tl/testclient_out.traci b/tests/traci/get_variable/TrafficLight/ID_LIST/one_tl/testclient_out.traci index 291c27786041..e604ba738667 100644 --- a/tests/traci/get_variable/TrafficLight/ID_LIST/one_tl/testclient_out.traci +++ b/tests/traci/get_variable/TrafficLight/ID_LIST/one_tl/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:48 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:03 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:48 2013 -> Command sent: : domID=162 varID=0 objID=dummy .. Command acknowledged (162), [description: ] - CommandID=178 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"0/0" ] + CommandID=178 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "0/0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/TrafficLight/ID_LIST/two_tl/testclient_out.traci b/tests/traci/get_variable/TrafficLight/ID_LIST/two_tl/testclient_out.traci index 4c9f23968644..6065cefaeae3 100644 --- a/tests/traci/get_variable/TrafficLight/ID_LIST/two_tl/testclient_out.traci +++ b/tests/traci/get_variable/TrafficLight/ID_LIST/two_tl/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:49 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:03 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:49 2013 -> Command sent: : domID=162 varID=0 objID=dummy .. Command acknowledged (162), [description: ] - CommandID=178 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"0/0", "2/2" ] + CommandID=178 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "0/0", "2/2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/TrafficLight/ID_LIST_subseconds/no_tl/testclient_out.traci b/tests/traci/get_variable/TrafficLight/ID_LIST_subseconds/no_tl/testclient_out.traci index 6c233296ba75..46c15720bbe7 100644 --- a/tests/traci/get_variable/TrafficLight/ID_LIST_subseconds/no_tl/testclient_out.traci +++ b/tests/traci/get_variable/TrafficLight/ID_LIST_subseconds/no_tl/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:47 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:03 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:47 2013 -> Command sent: : domID=162 varID=0 objID=dummy .. Command acknowledged (162), [description: ] - CommandID=178 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ - ] + CommandID=178 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/TrafficLight/ID_LIST_subseconds/one_tl/testclient_out.traci b/tests/traci/get_variable/TrafficLight/ID_LIST_subseconds/one_tl/testclient_out.traci index 291c27786041..e604ba738667 100644 --- a/tests/traci/get_variable/TrafficLight/ID_LIST_subseconds/one_tl/testclient_out.traci +++ b/tests/traci/get_variable/TrafficLight/ID_LIST_subseconds/one_tl/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:48 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:03 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:48 2013 -> Command sent: : domID=162 varID=0 objID=dummy .. Command acknowledged (162), [description: ] - CommandID=178 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"0/0" ] + CommandID=178 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "0/0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/TrafficLight/ID_LIST_subseconds/two_tl/testclient_out.traci b/tests/traci/get_variable/TrafficLight/ID_LIST_subseconds/two_tl/testclient_out.traci index 4c9f23968644..6065cefaeae3 100644 --- a/tests/traci/get_variable/TrafficLight/ID_LIST_subseconds/two_tl/testclient_out.traci +++ b/tests/traci/get_variable/TrafficLight/ID_LIST_subseconds/two_tl/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:49 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:03 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:49 2013 -> Command sent: : domID=162 varID=0 objID=dummy .. Command acknowledged (162), [description: ] - CommandID=178 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ -"0/0", "2/2" ] + CommandID=178 VariableID=0 ObjectID=dummy valueDataType=14 string list value: [ "0/0", "2/2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/TrafficLight/TL_LANES/testclient_out.traci b/tests/traci/get_variable/TrafficLight/TL_LANES/testclient_out.traci index 280606bc9bbf..5885e16e20c8 100644 --- a/tests/traci/get_variable/TrafficLight/TL_LANES/testclient_out.traci +++ b/tests/traci/get_variable/TrafficLight/TL_LANES/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:52 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:03 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:52 2013 -> Command sent: : domID=162 varID=38 objID=0 .. Command acknowledged (162), [description: ] - CommandID=178 VariableID=38 ObjectID=0 valueDataType=14 string list value: [ -"4si_0", "4si_1", "4si_2", "4si_2", "2si_0", "2si_1", "2si_2", "2si_2", "3si_0", "3si_1", "3si_2", "3si_2", "1si_0", "1si_1", "1si_2", "1si_2" ] + CommandID=178 VariableID=38 ObjectID=0 valueDataType=14 string list value: [ "4si_0", "4si_1", "4si_2", "4si_2", "2si_0", "2si_1", "2si_2", "2si_2", "3si_0", "3si_1", "3si_2", "3si_2", "1si_0", "1si_1", "1si_2", "1si_2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/TrafficLight/TL_LANES_subseconds/testclient_out.traci b/tests/traci/get_variable/TrafficLight/TL_LANES_subseconds/testclient_out.traci index 280606bc9bbf..5885e16e20c8 100644 --- a/tests/traci/get_variable/TrafficLight/TL_LANES_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/TrafficLight/TL_LANES_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:24:52 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:03 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:24:52 2013 -> Command sent: : domID=162 varID=38 objID=0 .. Command acknowledged (162), [description: ] - CommandID=178 VariableID=38 ObjectID=0 valueDataType=14 string list value: [ -"4si_0", "4si_1", "4si_2", "4si_2", "2si_0", "2si_1", "2si_2", "2si_2", "3si_0", "3si_1", "3si_2", "3si_2", "1si_0", "1si_1", "1si_2", "1si_2" ] + CommandID=178 VariableID=38 ObjectID=0 valueDataType=14 string list value: [ "4si_0", "4si_1", "4si_2", "4si_2", "2si_0", "2si_1", "2si_2", "2si_2", "3si_0", "3si_1", "3si_2", "3si_2", "1si_0", "1si_1", "1si_2", "1si_2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/TrafficLight/TL_LINKS/testclient_out.traci b/tests/traci/get_variable/TrafficLight/TL_LINKS/testclient_out.traci index 05dfa3e8c7cc..1c663522ba56 100644 --- a/tests/traci/get_variable/TrafficLight/TL_LINKS/testclient_out.traci +++ b/tests/traci/get_variable/TrafficLight/TL_LINKS/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Aug 17 16:02:24 2021 +TraCITestClient output file. Date: Sun Sep 8 08:50:03 2024 -> Command sent: : @@ -7,56 +7,39 @@ TraCITestClient output file. Date: Tue Aug 17 16:02:24 2021 -> Command sent: : domID=162 varID=39 objID=0 .. Command acknowledged (162), [description: ] - CommandID=178 VariableID=39 ObjectID=0 valueDataType=15 compound value with 33 members: [ - valueDataType=9 Int value: 16 + CommandID=178 VariableID=39 ObjectID=0 valueDataType=15 compound value with 33 members: [ valueDataType=9 Int value: 16 valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"4si_0", "1o_0", "" ] + valueDataType=14 string list value: [ "4si_0", "1o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"4si_1", "3o_0", "" ] + valueDataType=14 string list value: [ "4si_1", "3o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"4si_2", "2o_0", "" ] + valueDataType=14 string list value: [ "4si_2", "2o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"4si_2", "4o_0", "" ] + valueDataType=14 string list value: [ "4si_2", "4o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"2si_0", "4o_0", "" ] + valueDataType=14 string list value: [ "2si_0", "4o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"2si_1", "1o_0", "" ] + valueDataType=14 string list value: [ "2si_1", "1o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"2si_2", "3o_0", "" ] + valueDataType=14 string list value: [ "2si_2", "3o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"2si_2", "2o_0", "" ] + valueDataType=14 string list value: [ "2si_2", "2o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"3si_0", "2o_0", "" ] + valueDataType=14 string list value: [ "3si_0", "2o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"3si_1", "4o_0", "" ] + valueDataType=14 string list value: [ "3si_1", "4o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"3si_2", "1o_0", "" ] + valueDataType=14 string list value: [ "3si_2", "1o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"3si_2", "3o_0", "" ] + valueDataType=14 string list value: [ "3si_2", "3o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"1si_0", "3o_0", "" ] + valueDataType=14 string list value: [ "1si_0", "3o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"1si_1", "2o_0", "" ] + valueDataType=14 string list value: [ "1si_1", "2o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"1si_2", "4o_0", "" ] + valueDataType=14 string list value: [ "1si_2", "4o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"1si_2", "1o_0", "" ] + valueDataType=14 string list value: [ "1si_2", "1o_0", "" ] ] -> Command sent: : diff --git a/tests/traci/get_variable/TrafficLight/TL_LINKS_subseconds/testclient_out.traci b/tests/traci/get_variable/TrafficLight/TL_LINKS_subseconds/testclient_out.traci index 05dfa3e8c7cc..1c663522ba56 100644 --- a/tests/traci/get_variable/TrafficLight/TL_LINKS_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/TrafficLight/TL_LINKS_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Aug 17 16:02:24 2021 +TraCITestClient output file. Date: Sun Sep 8 08:50:03 2024 -> Command sent: : @@ -7,56 +7,39 @@ TraCITestClient output file. Date: Tue Aug 17 16:02:24 2021 -> Command sent: : domID=162 varID=39 objID=0 .. Command acknowledged (162), [description: ] - CommandID=178 VariableID=39 ObjectID=0 valueDataType=15 compound value with 33 members: [ - valueDataType=9 Int value: 16 + CommandID=178 VariableID=39 ObjectID=0 valueDataType=15 compound value with 33 members: [ valueDataType=9 Int value: 16 valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"4si_0", "1o_0", "" ] + valueDataType=14 string list value: [ "4si_0", "1o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"4si_1", "3o_0", "" ] + valueDataType=14 string list value: [ "4si_1", "3o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"4si_2", "2o_0", "" ] + valueDataType=14 string list value: [ "4si_2", "2o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"4si_2", "4o_0", "" ] + valueDataType=14 string list value: [ "4si_2", "4o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"2si_0", "4o_0", "" ] + valueDataType=14 string list value: [ "2si_0", "4o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"2si_1", "1o_0", "" ] + valueDataType=14 string list value: [ "2si_1", "1o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"2si_2", "3o_0", "" ] + valueDataType=14 string list value: [ "2si_2", "3o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"2si_2", "2o_0", "" ] + valueDataType=14 string list value: [ "2si_2", "2o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"3si_0", "2o_0", "" ] + valueDataType=14 string list value: [ "3si_0", "2o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"3si_1", "4o_0", "" ] + valueDataType=14 string list value: [ "3si_1", "4o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"3si_2", "1o_0", "" ] + valueDataType=14 string list value: [ "3si_2", "1o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"3si_2", "3o_0", "" ] + valueDataType=14 string list value: [ "3si_2", "3o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"1si_0", "3o_0", "" ] + valueDataType=14 string list value: [ "1si_0", "3o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"1si_1", "2o_0", "" ] + valueDataType=14 string list value: [ "1si_1", "2o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"1si_2", "4o_0", "" ] + valueDataType=14 string list value: [ "1si_2", "4o_0", "" ] valueDataType=9 Int value: 1 - valueDataType=14 string list value: [ -"1si_2", "1o_0", "" ] + valueDataType=14 string list value: [ "1si_2", "1o_0", "" ] ] -> Command sent: : diff --git a/tests/traci/get_variable/TrafficLight/TL_RYG_COMPLETE/testclient_out.traci b/tests/traci/get_variable/TrafficLight/TL_RYG_COMPLETE/testclient_out.traci index 4190e82f7df2..d0234cd23fba 100644 --- a/tests/traci/get_variable/TrafficLight/TL_RYG_COMPLETE/testclient_out.traci +++ b/tests/traci/get_variable/TrafficLight/TL_RYG_COMPLETE/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Mar 25 18:25:55 2019 +TraCITestClient output file. Date: Sun Sep 8 08:59:42 2024 -> Command sent: : @@ -7,87 +7,67 @@ TraCITestClient output file. Date: Mon Mar 25 18:25:55 2019 -> Command sent: : domID=162 varID=43 objID=0 .. Command acknowledged (162), [description: ] - CommandID=178 VariableID=43 ObjectID=0 valueDataType=15 compound value with 1 members: [ - valueDataType=15 compound value with 5 members: [ - valueDataType=12 string value: 0 + CommandID=178 VariableID=43 ObjectID=0 valueDataType=15 compound value with 1 members: [ valueDataType=15 compound value with 5 members: [ valueDataType=12 string value: 0 valueDataType=9 Int value: 0 valueDataType=9 Int value: 0 - valueDataType=15 compound value with 8 members: [ - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 31.00 + valueDataType=15 compound value with 8 members: [ valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 31.00 valueDataType=12 string value: GGggrrrrGGggrrrr valueDataType=11 Double value: 31.00 valueDataType=11 Double value: 31.00 - valueDataType=15 compound value with 0 members: [ - ] - valueDataType=12 string value: + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 4.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 4.00 valueDataType=12 string value: yyggrrrryyggrrrr valueDataType=11 Double value: 4.00 valueDataType=11 Double value: 4.00 - valueDataType=15 compound value with 0 members: [ + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=12 string value: - ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 6.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 6.00 valueDataType=12 string value: rrGGrrrrrrGGrrrr valueDataType=11 Double value: 6.00 valueDataType=11 Double value: 6.00 - valueDataType=15 compound value with 0 members: [ + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=12 string value: - ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 4.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 4.00 valueDataType=12 string value: rryyrrrrrryyrrrr valueDataType=11 Double value: 4.00 valueDataType=11 Double value: 4.00 - valueDataType=15 compound value with 0 members: [ + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=12 string value: - ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 31.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 31.00 valueDataType=12 string value: rrrrGGggrrrrGGgg valueDataType=11 Double value: 31.00 valueDataType=11 Double value: 31.00 - valueDataType=15 compound value with 0 members: [ + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=12 string value: - ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 4.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 4.00 valueDataType=12 string value: rrrryyggrrrryygg valueDataType=11 Double value: 4.00 valueDataType=11 Double value: 4.00 - valueDataType=15 compound value with 0 members: [ + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=12 string value: - ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 6.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 6.00 valueDataType=12 string value: rrrrrrGGrrrrrrGG valueDataType=11 Double value: 6.00 valueDataType=11 Double value: 6.00 - valueDataType=15 compound value with 0 members: [ + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=12 string value: - ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 4.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 4.00 valueDataType=12 string value: rrrrrryyrrrrrryy valueDataType=11 Double value: 4.00 valueDataType=11 Double value: 4.00 - valueDataType=15 compound value with 0 members: [ - ] - valueDataType=12 string value: - ] + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=15 compound value with 0 members: [ ] + valueDataType=15 compound value with 0 members: [ ] ] ] diff --git a/tests/traci/get_variable/TrafficLight/TL_RYG_COMPLETE_subseconds/testclient_out.traci b/tests/traci/get_variable/TrafficLight/TL_RYG_COMPLETE_subseconds/testclient_out.traci index 4190e82f7df2..d0234cd23fba 100644 --- a/tests/traci/get_variable/TrafficLight/TL_RYG_COMPLETE_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/TrafficLight/TL_RYG_COMPLETE_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Mar 25 18:25:55 2019 +TraCITestClient output file. Date: Sun Sep 8 08:59:42 2024 -> Command sent: : @@ -7,87 +7,67 @@ TraCITestClient output file. Date: Mon Mar 25 18:25:55 2019 -> Command sent: : domID=162 varID=43 objID=0 .. Command acknowledged (162), [description: ] - CommandID=178 VariableID=43 ObjectID=0 valueDataType=15 compound value with 1 members: [ - valueDataType=15 compound value with 5 members: [ - valueDataType=12 string value: 0 + CommandID=178 VariableID=43 ObjectID=0 valueDataType=15 compound value with 1 members: [ valueDataType=15 compound value with 5 members: [ valueDataType=12 string value: 0 valueDataType=9 Int value: 0 valueDataType=9 Int value: 0 - valueDataType=15 compound value with 8 members: [ - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 31.00 + valueDataType=15 compound value with 8 members: [ valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 31.00 valueDataType=12 string value: GGggrrrrGGggrrrr valueDataType=11 Double value: 31.00 valueDataType=11 Double value: 31.00 - valueDataType=15 compound value with 0 members: [ - ] - valueDataType=12 string value: + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 4.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 4.00 valueDataType=12 string value: yyggrrrryyggrrrr valueDataType=11 Double value: 4.00 valueDataType=11 Double value: 4.00 - valueDataType=15 compound value with 0 members: [ + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=12 string value: - ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 6.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 6.00 valueDataType=12 string value: rrGGrrrrrrGGrrrr valueDataType=11 Double value: 6.00 valueDataType=11 Double value: 6.00 - valueDataType=15 compound value with 0 members: [ + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=12 string value: - ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 4.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 4.00 valueDataType=12 string value: rryyrrrrrryyrrrr valueDataType=11 Double value: 4.00 valueDataType=11 Double value: 4.00 - valueDataType=15 compound value with 0 members: [ + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=12 string value: - ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 31.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 31.00 valueDataType=12 string value: rrrrGGggrrrrGGgg valueDataType=11 Double value: 31.00 valueDataType=11 Double value: 31.00 - valueDataType=15 compound value with 0 members: [ + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=12 string value: - ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 4.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 4.00 valueDataType=12 string value: rrrryyggrrrryygg valueDataType=11 Double value: 4.00 valueDataType=11 Double value: 4.00 - valueDataType=15 compound value with 0 members: [ + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=12 string value: - ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 6.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 6.00 valueDataType=12 string value: rrrrrrGGrrrrrrGG valueDataType=11 Double value: 6.00 valueDataType=11 Double value: 6.00 - valueDataType=15 compound value with 0 members: [ + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=12 string value: - ] - valueDataType=15 compound value with 6 members: [ - valueDataType=11 Double value: 4.00 + valueDataType=15 compound value with 6 members: [ valueDataType=11 Double value: 4.00 valueDataType=12 string value: rrrrrryyrrrrrryy valueDataType=11 Double value: 4.00 valueDataType=11 Double value: 4.00 - valueDataType=15 compound value with 0 members: [ - ] - valueDataType=12 string value: - ] + valueDataType=15 compound value with 0 members: [ ] + valueDataType=12 string value: '' ] - valueDataType=15 compound value with 0 members: [ ] + valueDataType=15 compound value with 0 members: [ ] ] ] diff --git a/tests/traci/get_variable/Vehicle/ID_LIST/testclient_out.traci b/tests/traci/get_variable/Vehicle/ID_LIST/testclient_out.traci index 4ae6912d6e6b..e4f3c08afaf3 100644 --- a/tests/traci/get_variable/Vehicle/ID_LIST/testclient_out.traci +++ b/tests/traci/get_variable/Vehicle/ID_LIST/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:25:31 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:10 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:31 2013 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Vehicle/ID_LIST_subseconds/testclient_out.traci b/tests/traci/get_variable/Vehicle/ID_LIST_subseconds/testclient_out.traci index 4ae6912d6e6b..e4f3c08afaf3 100644 --- a/tests/traci/get_variable/Vehicle/ID_LIST_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Vehicle/ID_LIST_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:25:31 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:10 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:31 2013 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Vehicle/VAR_EDGES/testclient_out.traci b/tests/traci/get_variable/Vehicle/VAR_EDGES/testclient_out.traci index 47527e25ef74..a2ed5b28e1e4 100644 --- a/tests/traci/get_variable/Vehicle/VAR_EDGES/testclient_out.traci +++ b/tests/traci/get_variable/Vehicle/VAR_EDGES/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:25:41 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:11 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:41 2013 -> Command sent: : domID=164 varID=84 objID=0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=0 valueDataType=14 string list value: [ -"4/1to3/1", "3/1to2/1", "2/1to1/1", "1/1to0/1" ] + CommandID=180 VariableID=84 ObjectID=0 valueDataType=14 string list value: [ "4/1to3/1", "3/1to2/1", "2/1to1/1", "1/1to0/1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Vehicle/VAR_EDGES_subseconds/testclient_out.traci b/tests/traci/get_variable/Vehicle/VAR_EDGES_subseconds/testclient_out.traci index 47527e25ef74..a2ed5b28e1e4 100644 --- a/tests/traci/get_variable/Vehicle/VAR_EDGES_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Vehicle/VAR_EDGES_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:25:41 2013 +TraCITestClient output file. Date: Sun Sep 8 08:50:11 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:25:41 2013 -> Command sent: : domID=164 varID=84 objID=0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=0 valueDataType=14 string list value: [ -"4/1to3/1", "3/1to2/1", "2/1to1/1", "1/1to0/1" ] + CommandID=180 VariableID=84 ObjectID=0 valueDataType=14 string list value: [ "4/1to3/1", "3/1to2/1", "2/1to1/1", "1/1to0/1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Vehicle/VAR_POSITION3D/testclient_out.traci b/tests/traci/get_variable/Vehicle/VAR_POSITION3D/testclient_out.traci index 51bdf305eb17..9a5b93038973 100644 --- a/tests/traci/get_variable/Vehicle/VAR_POSITION3D/testclient_out.traci +++ b/tests/traci/get_variable/Vehicle/VAR_POSITION3D/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Feb 25 10:57:21 2014 +TraCITestClient output file. Date: Sun Sep 8 08:53:00 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Tue Feb 25 10:57:21 2014 -> Command sent: : domID=164 varID=57 objID=0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=57 ObjectID=0 valueDataType=3 Position3DValue: - x: 1458.58 y: 401.65 z: 0.00 + CommandID=180 VariableID=57 ObjectID=0 valueDataType=3 Position3DValue: x: 1458.58 y: 401.65 z: 0.00 -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/Vehicle/VAR_POSITION3D_subseconds/testclient_out.traci b/tests/traci/get_variable/Vehicle/VAR_POSITION3D_subseconds/testclient_out.traci index 89d4f0954570..9a5b93038973 100644 --- a/tests/traci/get_variable/Vehicle/VAR_POSITION3D_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/Vehicle/VAR_POSITION3D_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Feb 25 10:57:22 2014 +TraCITestClient output file. Date: Sun Sep 8 08:53:00 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Tue Feb 25 10:57:22 2014 -> Command sent: : domID=164 varID=57 objID=0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=57 ObjectID=0 valueDataType=3 Position3DValue: - x: 1458.58 y: 401.65 z: 0.00 + CommandID=180 VariableID=57 ObjectID=0 valueDataType=3 Position3DValue: x: 1458.58 y: 401.65 z: 0.00 -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/VehicleType/ID_LIST/testclient_out.traci b/tests/traci/get_variable/VehicleType/ID_LIST/testclient_out.traci index 5cfc80ef2cfb..5bd606b9c46d 100644 --- a/tests/traci/get_variable/VehicleType/ID_LIST/testclient_out.traci +++ b/tests/traci/get_variable/VehicleType/ID_LIST/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Apr 3 11:34:37 2023 +TraCITestClient output file. Date: Sun Sep 8 08:53:04 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Apr 3 11:34:37 2023 -> Command sent: : domID=165 varID=0 objID=xxx .. Command acknowledged (165), [description: ] - CommandID=181 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"DEFAULT_BIKETYPE", "DEFAULT_CONTAINERTYPE", "DEFAULT_PEDTYPE", "DEFAULT_RAILTYPE", "DEFAULT_TAXITYPE", "DEFAULT_VEHTYPE", "t1" ] + CommandID=181 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "DEFAULT_BIKETYPE", "DEFAULT_CONTAINERTYPE", "DEFAULT_PEDTYPE", "DEFAULT_RAILTYPE", "DEFAULT_TAXITYPE", "DEFAULT_VEHTYPE", "t1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/get_variable/VehicleType/ID_LIST_subseconds/testclient_out.traci b/tests/traci/get_variable/VehicleType/ID_LIST_subseconds/testclient_out.traci index 5cfc80ef2cfb..5bd606b9c46d 100644 --- a/tests/traci/get_variable/VehicleType/ID_LIST_subseconds/testclient_out.traci +++ b/tests/traci/get_variable/VehicleType/ID_LIST_subseconds/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Apr 3 11:34:37 2023 +TraCITestClient output file. Date: Sun Sep 8 08:53:04 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Apr 3 11:34:37 2023 -> Command sent: : domID=165 varID=0 objID=xxx .. Command acknowledged (165), [description: ] - CommandID=181 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"DEFAULT_BIKETYPE", "DEFAULT_CONTAINERTYPE", "DEFAULT_PEDTYPE", "DEFAULT_RAILTYPE", "DEFAULT_TAXITYPE", "DEFAULT_VEHTYPE", "t1" ] + CommandID=181 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "DEFAULT_BIKETYPE", "DEFAULT_CONTAINERTYPE", "DEFAULT_PEDTYPE", "DEFAULT_RAILTYPE", "DEFAULT_TAXITYPE", "DEFAULT_VEHTYPE", "t1" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Lane/LANE_ALLOWED/Basic/testclient_out.traci b/tests/traci/set_variable/Lane/LANE_ALLOWED/Basic/testclient_out.traci index 1d6f9df116db..36a4e569eff9 100644 --- a/tests/traci/set_variable/Lane/LANE_ALLOWED/Basic/testclient_out.traci +++ b/tests/traci/set_variable/Lane/LANE_ALLOWED/Basic/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:21:07 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:31 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:07 2019 -> Command sent: : domID=163 varID=52 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : domID=195 varID=52 objID=2/1to2/0_0 @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:07 2019 -> Command sent: : domID=163 varID=52 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ -"bus" ] + CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ "bus" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Lane/LANE_ALLOWED/InvalidID/testclient_out.traci b/tests/traci/set_variable/Lane/LANE_ALLOWED/InvalidID/testclient_out.traci index 37d79195d53d..c68b1d40308f 100644 --- a/tests/traci/set_variable/Lane/LANE_ALLOWED/InvalidID/testclient_out.traci +++ b/tests/traci/set_variable/Lane/LANE_ALLOWED/InvalidID/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:21:06 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:31 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:06 2019 -> Command sent: : domID=163 varID=52 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : domID=195 varID=52 objID=xxx @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:06 2019 -> Command sent: : domID=163 varID=52 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Lane/LANE_ALLOWED/InvalidType/testclient_out.traci b/tests/traci/set_variable/Lane/LANE_ALLOWED/InvalidType/testclient_out.traci index d25fe3dfd98e..4e7b9281016f 100644 --- a/tests/traci/set_variable/Lane/LANE_ALLOWED/InvalidType/testclient_out.traci +++ b/tests/traci/set_variable/Lane/LANE_ALLOWED/InvalidType/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Thu Feb 11 07:27:24 2021 +TraCITestClient output file. Date: Sun Sep 8 08:53:31 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Thu Feb 11 07:27:24 2021 -> Command sent: : domID=163 varID=52 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : domID=195 varID=52 objID=2/1to2/0_0 @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Thu Feb 11 07:27:24 2021 -> Command sent: : domID=163 varID=52 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=52 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Lane/LANE_DISALLOWED/Basic/testclient_out.traci b/tests/traci/set_variable/Lane/LANE_DISALLOWED/Basic/testclient_out.traci index 08dccfb2437c..676d076deaae 100644 --- a/tests/traci/set_variable/Lane/LANE_DISALLOWED/Basic/testclient_out.traci +++ b/tests/traci/set_variable/Lane/LANE_DISALLOWED/Basic/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:29:14 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:31 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:29:14 2013 -> Command sent: : domID=163 varID=53 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : domID=195 varID=53 objID=2/1to2/0_0 @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:29:14 2013 -> Command sent: : domID=163 varID=53 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ -"bus" ] + CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ "bus" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Lane/LANE_DISALLOWED/InvalidID/testclient_out.traci b/tests/traci/set_variable/Lane/LANE_DISALLOWED/InvalidID/testclient_out.traci index 53a4a37b6f46..beaf261f15e9 100644 --- a/tests/traci/set_variable/Lane/LANE_DISALLOWED/InvalidID/testclient_out.traci +++ b/tests/traci/set_variable/Lane/LANE_DISALLOWED/InvalidID/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:29:15 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:31 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:29:15 2013 -> Command sent: : domID=163 varID=53 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : domID=195 varID=53 objID=xxx @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:29:15 2013 -> Command sent: : domID=163 varID=53 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Lane/LANE_DISALLOWED/InvalidType/testclient_out.traci b/tests/traci/set_variable/Lane/LANE_DISALLOWED/InvalidType/testclient_out.traci index 885ae95386df..9168935b839a 100644 --- a/tests/traci/set_variable/Lane/LANE_DISALLOWED/InvalidType/testclient_out.traci +++ b/tests/traci/set_variable/Lane/LANE_DISALLOWED/InvalidType/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Thu Feb 11 07:27:24 2021 +TraCITestClient output file. Date: Sun Sep 8 08:53:31 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Thu Feb 11 07:27:24 2021 -> Command sent: : domID=163 varID=53 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : domID=195 varID=53 objID=2/1to2/0_0 @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Thu Feb 11 07:27:24 2021 -> Command sent: : domID=163 varID=53 objID=2/1to2/0_0 .. Command acknowledged (163), [description: ] - CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ - ] + CommandID=179 VariableID=53 ObjectID=2/1to2/0_0 valueDataType=14 string list value: [ ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/POI/ADD/testclient_out.traci b/tests/traci/set_variable/POI/ADD/testclient_out.traci index c63eda9e917e..6e40facbcbc3 100644 --- a/tests/traci/set_variable/POI/ADD/testclient_out.traci +++ b/tests/traci/set_variable/POI/ADD/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:20:53 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:29 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:20:53 2019 -> Command sent: : domID=167 varID=0 objID=xxx .. Command acknowledged (167), [description: ] - CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : domID=199 varID=128 objID=newID @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:20:53 2019 -> Command sent: : domID=167 varID=0 objID=xxx .. Command acknowledged (167), [description: ] - CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"newID", "p1", "p2" ] + CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "newID", "p1", "p2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/POI/REMOVE/Basic/testclient_out.traci b/tests/traci/set_variable/POI/REMOVE/Basic/testclient_out.traci index 1d26dabe3b09..ae487fd93af6 100644 --- a/tests/traci/set_variable/POI/REMOVE/Basic/testclient_out.traci +++ b/tests/traci/set_variable/POI/REMOVE/Basic/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:20:54 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:29 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:20:54 2019 -> Command sent: : domID=167 varID=0 objID=xxx .. Command acknowledged (167), [description: ] - CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : domID=199 varID=129 objID=p1 @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:20:54 2019 -> Command sent: : domID=167 varID=0 objID=xxx .. Command acknowledged (167), [description: ] - CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p2" ] + CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/POI/REMOVE/InvalidID/testclient_out.traci b/tests/traci/set_variable/POI/REMOVE/InvalidID/testclient_out.traci index bed9de0836cc..7f99adcec067 100644 --- a/tests/traci/set_variable/POI/REMOVE/InvalidID/testclient_out.traci +++ b/tests/traci/set_variable/POI/REMOVE/InvalidID/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:28:57 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:29 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:28:57 2013 -> Command sent: : domID=167 varID=0 objID=xxx .. Command acknowledged (167), [description: ] - CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : domID=199 varID=129 objID=xxx @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:28:57 2013 -> Command sent: : domID=167 varID=0 objID=xxx .. Command acknowledged (167), [description: ] - CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/POI/REMOVE/InvalidType/testclient_out.traci b/tests/traci/set_variable/POI/REMOVE/InvalidType/testclient_out.traci index 1de4f8f88bd2..0e66953a7113 100644 --- a/tests/traci/set_variable/POI/REMOVE/InvalidType/testclient_out.traci +++ b/tests/traci/set_variable/POI/REMOVE/InvalidType/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:28:58 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:29 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:28:58 2013 -> Command sent: : domID=167 varID=0 objID=xxx .. Command acknowledged (167), [description: ] - CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : domID=199 varID=129 objID=p1 @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:28:58 2013 -> Command sent: : domID=167 varID=0 objID=xxx .. Command acknowledged (167), [description: ] - CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=183 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Polygon/ADD/testclient_out.traci b/tests/traci/set_variable/Polygon/ADD/testclient_out.traci index 272afa81ac4a..16235bb400a2 100644 --- a/tests/traci/set_variable/Polygon/ADD/testclient_out.traci +++ b/tests/traci/set_variable/Polygon/ADD/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:21:03 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:30 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:03 2019 -> Command sent: : domID=168 varID=0 objID=xxx .. Command acknowledged (168), [description: ] - CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : domID=200 varID=128 objID=newID @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:03 2019 -> Command sent: : domID=168 varID=0 objID=xxx .. Command acknowledged (168), [description: ] - CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"newID", "p1", "p2" ] + CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "newID", "p1", "p2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Polygon/REMOVE/Basic/testclient_out.traci b/tests/traci/set_variable/Polygon/REMOVE/Basic/testclient_out.traci index e70bfbe45be6..ecb6d7e2f472 100644 --- a/tests/traci/set_variable/Polygon/REMOVE/Basic/testclient_out.traci +++ b/tests/traci/set_variable/Polygon/REMOVE/Basic/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:21:04 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:30 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:04 2019 -> Command sent: : domID=168 varID=0 objID=xxx .. Command acknowledged (168), [description: ] - CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : domID=200 varID=129 objID=p1 @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:04 2019 -> Command sent: : domID=168 varID=0 objID=xxx .. Command acknowledged (168), [description: ] - CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p2" ] + CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Polygon/REMOVE/InvalidID/testclient_out.traci b/tests/traci/set_variable/Polygon/REMOVE/InvalidID/testclient_out.traci index 857094effdb1..5d96bc205560 100644 --- a/tests/traci/set_variable/Polygon/REMOVE/InvalidID/testclient_out.traci +++ b/tests/traci/set_variable/Polygon/REMOVE/InvalidID/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:29:10 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:30 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:29:10 2013 -> Command sent: : domID=168 varID=0 objID=xxx .. Command acknowledged (168), [description: ] - CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : domID=200 varID=129 objID=xxx @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:29:10 2013 -> Command sent: : domID=168 varID=0 objID=xxx .. Command acknowledged (168), [description: ] - CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Polygon/REMOVE/InvalidType/testclient_out.traci b/tests/traci/set_variable/Polygon/REMOVE/InvalidType/testclient_out.traci index 98b55480e255..f50ba6ea8314 100644 --- a/tests/traci/set_variable/Polygon/REMOVE/InvalidType/testclient_out.traci +++ b/tests/traci/set_variable/Polygon/REMOVE/InvalidType/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:29:11 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:30 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:29:11 2013 -> Command sent: : domID=168 varID=0 objID=xxx .. Command acknowledged (168), [description: ] - CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : domID=200 varID=129 objID=p1 @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:29:11 2013 -> Command sent: : domID=168 varID=0 objID=xxx .. Command acknowledged (168), [description: ] - CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"p1", "p2" ] + CommandID=184 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "p1", "p2" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Route/ADD/testclient_out.traci b/tests/traci/set_variable/Route/ADD/testclient_out.traci index 422a8a702fc8..f0f373f3e28a 100644 --- a/tests/traci/set_variable/Route/ADD/testclient_out.traci +++ b/tests/traci/set_variable/Route/ADD/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:21:18 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:33 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:18 2019 -> Command sent: : domID=166 varID=0 objID=xxx .. Command acknowledged (166), [description: ] - CommandID=182 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ - ] + CommandID=182 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ ] -> Command sent: : domID=198 varID=128 objID=newID @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:18 2019 -> Command sent: : domID=166 varID=0 objID=xxx .. Command acknowledged (166), [description: ] - CommandID=182 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"newID" ] + CommandID=182 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "newID" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Simulation/CMD_CLEAR_PENDING_VEHICLES/testclient_out.traci b/tests/traci/set_variable/Simulation/CMD_CLEAR_PENDING_VEHICLES/testclient_out.traci index 11ae3aeeb210..b5bc1d3367c7 100644 --- a/tests/traci/set_variable/Simulation/CMD_CLEAR_PENDING_VEHICLES/testclient_out.traci +++ b/tests/traci/set_variable/Simulation/CMD_CLEAR_PENDING_VEHICLES/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:21:18 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:33 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:18 2019 -> Command sent: : domID=164 varID=0 objID=x .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=x valueDataType=14 string list value: [ -"h" ] + CommandID=180 VariableID=0 ObjectID=x valueDataType=14 string list value: [ "h" ] -> Command sent: : domID=203 varID=148 objID=x @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:18 2019 -> Command sent: : domID=164 varID=0 objID=x .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=x valueDataType=14 string list value: [ -"h" ] + CommandID=180 VariableID=0 ObjectID=x valueDataType=14 string list value: [ "h" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Simulation/CMD_SAVE_SIMSTATE/testclient_out.traci b/tests/traci/set_variable/Simulation/CMD_SAVE_SIMSTATE/testclient_out.traci index 0b4c420ee314..91808c821f36 100644 --- a/tests/traci/set_variable/Simulation/CMD_SAVE_SIMSTATE/testclient_out.traci +++ b/tests/traci/set_variable/Simulation/CMD_SAVE_SIMSTATE/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:21:20 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:33 2024 -> Command sent: : @@ -7,8 +7,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:20 2019 -> Command sent: : domID=164 varID=0 objID=x .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=x valueDataType=14 string list value: [ -"h" ] + CommandID=180 VariableID=0 ObjectID=x valueDataType=14 string list value: [ "h" ] -> Command sent: : domID=203 varID=149 objID=x @@ -17,8 +16,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:21:20 2019 -> Command sent: : domID=164 varID=0 objID=x .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=x valueDataType=14 string list value: [ -"h" ] + CommandID=180 VariableID=0 ObjectID=x valueDataType=14 string list value: [ "h" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/ADD/ADD/testclient_out.traci b/tests/traci/set_variable/Vehicle/ADD/ADD/testclient_out.traci index e13e84ab36e6..152f0aa646b6 100644 --- a/tests/traci/set_variable/Vehicle/ADD/ADD/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/ADD/ADD/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:28:46 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:24 2024 -> Command sent: : @@ -19,8 +19,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:28:46 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -47,8 +46,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:28:46 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0", "veh1" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0", "veh1" ] -> Command sent: : domID=164 varID=64 objID=veh1 diff --git a/tests/traci/set_variable/Vehicle/ADD/InvalidID/testclient_out.traci b/tests/traci/set_variable/Vehicle/ADD/InvalidID/testclient_out.traci index 1a0899b85a78..609227142eef 100644 --- a/tests/traci/set_variable/Vehicle/ADD/InvalidID/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/ADD/InvalidID/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Fri Aug 16 10:25:12 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:24 2024 -> Command sent: : @@ -19,8 +19,7 @@ TraCITestClient output file. Date: Fri Aug 16 10:25:12 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -47,8 +46,7 @@ TraCITestClient output file. Date: Fri Aug 16 10:25:12 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0" ] -> Command sent: : domID=164 varID=64 objID=veh1 diff --git a/tests/traci/set_variable/Vehicle/ADD/InvalidLane/testclient_out.traci b/tests/traci/set_variable/Vehicle/ADD/InvalidLane/testclient_out.traci index d2be3a559c03..729ce5eeebab 100644 --- a/tests/traci/set_variable/Vehicle/ADD/InvalidLane/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/ADD/InvalidLane/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Fri Aug 16 10:25:14 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:24 2024 -> Command sent: : @@ -19,8 +19,7 @@ TraCITestClient output file. Date: Fri Aug 16 10:25:14 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -47,8 +46,7 @@ TraCITestClient output file. Date: Fri Aug 16 10:25:14 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0" ] -> Command sent: : domID=164 varID=64 objID=veh1 diff --git a/tests/traci/set_variable/Vehicle/ADD/InvalidPos/testclient_out.traci b/tests/traci/set_variable/Vehicle/ADD/InvalidPos/testclient_out.traci index f7c8da961085..d32ab61f9a7f 100644 --- a/tests/traci/set_variable/Vehicle/ADD/InvalidPos/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/ADD/InvalidPos/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:28:51 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:24 2024 -> Command sent: : @@ -19,8 +19,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:28:51 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -47,8 +46,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:28:51 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0", "veh1" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0", "veh1" ] -> Command sent: : domID=164 varID=64 objID=veh1 diff --git a/tests/traci/set_variable/Vehicle/ADD/InvalidRoute/testclient_out.traci b/tests/traci/set_variable/Vehicle/ADD/InvalidRoute/testclient_out.traci index 59636c49195e..bc12a90e4a44 100644 --- a/tests/traci/set_variable/Vehicle/ADD/InvalidRoute/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/ADD/InvalidRoute/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Fri Aug 16 10:25:13 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:24 2024 -> Command sent: : @@ -19,8 +19,7 @@ TraCITestClient output file. Date: Fri Aug 16 10:25:13 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -47,8 +46,7 @@ TraCITestClient output file. Date: Fri Aug 16 10:25:13 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0" ] -> Command sent: : domID=164 varID=64 objID=veh1 diff --git a/tests/traci/set_variable/Vehicle/ADD/InvalidSpeed/testclient_out.traci b/tests/traci/set_variable/Vehicle/ADD/InvalidSpeed/testclient_out.traci index 9c5377b4e92f..a34b6a10f840 100644 --- a/tests/traci/set_variable/Vehicle/ADD/InvalidSpeed/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/ADD/InvalidSpeed/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Fri Aug 16 10:25:13 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:24 2024 -> Command sent: : @@ -19,8 +19,7 @@ TraCITestClient output file. Date: Fri Aug 16 10:25:13 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -47,8 +46,7 @@ TraCITestClient output file. Date: Fri Aug 16 10:25:13 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0" ] -> Command sent: : domID=164 varID=64 objID=veh1 diff --git a/tests/traci/set_variable/Vehicle/ADD/InvalidType/testclient_out.traci b/tests/traci/set_variable/Vehicle/ADD/InvalidType/testclient_out.traci index 3be44df0b4c5..b067810f0c49 100644 --- a/tests/traci/set_variable/Vehicle/ADD/InvalidType/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/ADD/InvalidType/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Fri Aug 16 10:25:14 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:24 2024 -> Command sent: : @@ -19,8 +19,7 @@ TraCITestClient output file. Date: Fri Aug 16 10:25:14 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -47,8 +46,7 @@ TraCITestClient output file. Date: Fri Aug 16 10:25:14 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0" ] -> Command sent: : domID=164 varID=64 objID=veh1 diff --git a/tests/traci/set_variable/Vehicle/MoveToXY/junction/testclient_out.traci b/tests/traci/set_variable/Vehicle/MoveToXY/junction/testclient_out.traci index e2334b440200..c7e1fbc9a815 100644 --- a/tests/traci/set_variable/Vehicle/MoveToXY/junction/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/MoveToXY/junction/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:29:03 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:28 2024 -> Command sent: : @@ -11,8 +11,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:03 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"SC", "CN" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "SC", "CN" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -20,8 +19,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:03 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"SC", "CN" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "SC", "CN" ] -> Command sent: : domID=196 varID=180 objID=veh0 @@ -30,8 +28,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:03 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"SC", "CN" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "SC", "CN" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -39,8 +36,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:03 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"SC", "CN" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "SC", "CN" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -64,8 +60,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:03 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"SC", "CN" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "SC", "CN" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -73,8 +68,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:03 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"SC", "CN" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "SC", "CN" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/MoveToXY/leave_net/testclient_out.traci b/tests/traci/set_variable/Vehicle/MoveToXY/leave_net/testclient_out.traci index 011d7ba89dec..0a5077826890 100644 --- a/tests/traci/set_variable/Vehicle/MoveToXY/leave_net/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/MoveToXY/leave_net/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:29:01 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:28 2024 -> Command sent: : @@ -23,8 +23,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:01 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -32,8 +31,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:01 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/MoveToXY/offroute_edge/testclient_out.traci b/tests/traci/set_variable/Vehicle/MoveToXY/offroute_edge/testclient_out.traci index bd82ab39edd8..420914e0d0b4 100644 --- a/tests/traci/set_variable/Vehicle/MoveToXY/offroute_edge/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/MoveToXY/offroute_edge/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:29:00 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:27 2024 -> Command sent: : @@ -23,8 +23,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:00 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -32,8 +31,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:00 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"e_vo0" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "e_vo0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/MoveToXY/offroute_edge2/testclient_out.traci b/tests/traci/set_variable/Vehicle/MoveToXY/offroute_edge2/testclient_out.traci index c189a9ba1de0..e38d0302f62f 100644 --- a/tests/traci/set_variable/Vehicle/MoveToXY/offroute_edge2/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/MoveToXY/offroute_edge2/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:29:00 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:27 2024 -> Command sent: : @@ -11,8 +11,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:00 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"SC" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "SC" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -20,8 +19,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:00 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"WC", "CS" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "WC", "CS" ] -> Command sent: : domID=196 varID=180 objID=VTD_EGO @@ -30,8 +28,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:00 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"WC", "CS" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "WC", "CS" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -39,8 +36,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:00 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"EC", "CW" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "EC", "CW" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/MoveToXY/offroute_edge_by_id/testclient_out.traci b/tests/traci/set_variable/Vehicle/MoveToXY/offroute_edge_by_id/testclient_out.traci index ba046186cca5..29fd15f79e65 100644 --- a/tests/traci/set_variable/Vehicle/MoveToXY/offroute_edge_by_id/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/MoveToXY/offroute_edge_by_id/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:29:00 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:27 2024 -> Command sent: : @@ -23,8 +23,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:00 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -32,8 +31,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:00 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"e_vo0" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "e_vo0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/MoveToXY/offroute_failed/testclient_out.traci b/tests/traci/set_variable/Vehicle/MoveToXY/offroute_failed/testclient_out.traci index a00694a02cf0..997fbe905058 100644 --- a/tests/traci/set_variable/Vehicle/MoveToXY/offroute_failed/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/MoveToXY/offroute_failed/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Fri Aug 16 10:25:33 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:27 2024 -> Command sent: : @@ -23,8 +23,7 @@ TraCITestClient output file. Date: Fri Aug 16 10:25:33 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -32,8 +31,7 @@ TraCITestClient output file. Date: Fri Aug 16 10:25:33 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/MoveToXY/offroute_junction/testclient_out.traci b/tests/traci/set_variable/Vehicle/MoveToXY/offroute_junction/testclient_out.traci index 84f4870bbbcd..1996e16dc9b9 100644 --- a/tests/traci/set_variable/Vehicle/MoveToXY/offroute_junction/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/MoveToXY/offroute_junction/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:29:03 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:28 2024 -> Command sent: : @@ -11,8 +11,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:03 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"SC", "CN" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "SC", "CN" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -20,8 +19,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:03 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"WC", "CS" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "WC", "CS" ] -> Command sent: : domID=196 varID=180 objID=VTD_EGO @@ -30,8 +28,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:03 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"WC", "CS" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "WC", "CS" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -39,8 +36,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:03 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"EC", "CW" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "EC", "CW" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/MoveToXY/sublane_junction/testclient_out.traci b/tests/traci/set_variable/Vehicle/MoveToXY/sublane_junction/testclient_out.traci index 5fa5fd1be9e5..ec0ba9733757 100644 --- a/tests/traci/set_variable/Vehicle/MoveToXY/sublane_junction/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/MoveToXY/sublane_junction/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:29:05 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:28 2024 -> Command sent: : @@ -11,8 +11,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:05 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"SC", "CN" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "SC", "CN" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -20,8 +19,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:05 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"SC", "CN" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "SC", "CN" ] -> Command sent: : domID=196 varID=180 objID=veh0 @@ -30,8 +28,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:05 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"SC", "CN" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "SC", "CN" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -39,8 +36,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:05 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"SC", "CN" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "SC", "CN" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroad/testclient_out.traci b/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroad/testclient_out.traci index 3316010b18f0..1435a3eb67c6 100644 --- a/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroad/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroad/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:29:05 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:28 2024 -> Command sent: : @@ -23,8 +23,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:05 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -32,8 +31,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:05 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"e_vo0" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "e_vo0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroad_mode2/testclient_out.traci b/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroad_mode2/testclient_out.traci index 69f0295d77e6..1435a3eb67c6 100644 --- a/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroad_mode2/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroad_mode2/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:29:07 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:28 2024 -> Command sent: : @@ -23,8 +23,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:07 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -32,8 +31,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:07 2019 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"e_vo0" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "e_vo0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroute/testclient_out.traci b/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroute/testclient_out.traci index 0cd05f031cdc..676aa6a9ab65 100644 --- a/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroute/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroute/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:29:06 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:28 2024 -> Command sent: : @@ -23,8 +23,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:06 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "e_m0", "e_m1", "e_m2", "e_m3", "e_m4", "e_m5", "e_m6" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -32,8 +31,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:06 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"e_vo0" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "e_vo0" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroute_junction/testclient_out.traci b/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroute_junction/testclient_out.traci index 2fd720a09281..1996e16dc9b9 100644 --- a/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroute_junction/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/MoveToXY/sublane_offroute_junction/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:29:06 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:28 2024 -> Command sent: : @@ -11,8 +11,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:06 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"SC", "CN" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "SC", "CN" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -20,8 +19,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:06 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"WC", "CS" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "WC", "CS" ] -> Command sent: : domID=196 varID=180 objID=VTD_EGO @@ -30,8 +28,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:06 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"WC", "CS" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "WC", "CS" ] -> Command sent: : .. Command acknowledged (2), [description: ] @@ -39,8 +36,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:29:06 2019 -> Command sent: : domID=164 varID=84 objID=VTD_EGO .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ -"EC", "CW" ] + CommandID=180 VariableID=84 ObjectID=VTD_EGO valueDataType=14 string list value: [ "EC", "CW" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/REMOVE/testclient_out.traci b/tests/traci/set_variable/Vehicle/REMOVE/testclient_out.traci index 19fdbca06a0e..9d75aa3721c1 100644 --- a/tests/traci/set_variable/Vehicle/REMOVE/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/REMOVE/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:59:51 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:25 2024 -> Command sent: : @@ -64,8 +64,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:59:51 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0", "veh1", "veh2", "veh3", "veh4" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0", "veh1", "veh2", "veh3", "veh4" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/remove_parking/testclient_out.traci b/tests/traci/set_variable/Vehicle/remove_parking/testclient_out.traci index 19fdbca06a0e..9d75aa3721c1 100644 --- a/tests/traci/set_variable/Vehicle/remove_parking/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/remove_parking/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Sun Aug 11 18:59:51 2019 +TraCITestClient output file. Date: Sun Sep 8 08:53:25 2024 -> Command sent: : @@ -64,8 +64,7 @@ TraCITestClient output file. Date: Sun Aug 11 18:59:51 2019 -> Command sent: : domID=164 varID=0 objID=xxx .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ -"veh0", "veh1", "veh2", "veh3", "veh4" ] + CommandID=180 VariableID=0 ObjectID=xxx valueDataType=14 string list value: [ "veh0", "veh1", "veh2", "veh3", "veh4" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/rerouting/effort_global_reroute/testclient_out.traci b/tests/traci/set_variable/Vehicle/rerouting/effort_global_reroute/testclient_out.traci index b8ba399c9310..a76a933750cb 100644 --- a/tests/traci/set_variable/Vehicle/rerouting/effort_global_reroute/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/rerouting/effort_global_reroute/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:28:29 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:25 2024 -> Command sent: : @@ -21,8 +21,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:28:29 2013 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"beg", "middle", "end", "rend" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "beg", "middle", "end", "rend" ] -> Command sent: : domID=196 varID=145 objID=veh0 @@ -31,8 +30,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:28:29 2013 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"beg", "beg2left", "left+right", "left2end", "end", "rend" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "beg", "beg2left", "left+right", "left2end", "end", "rend" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/rerouting/effort_vehicle_reroute/testclient_out.traci b/tests/traci/set_variable/Vehicle/rerouting/effort_vehicle_reroute/testclient_out.traci index 963e0ad398c4..3d415febb450 100644 --- a/tests/traci/set_variable/Vehicle/rerouting/effort_vehicle_reroute/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/rerouting/effort_vehicle_reroute/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Aug 07 14:16:05 2018 +TraCITestClient output file. Date: Sun Sep 8 08:53:25 2024 -> Command sent: : @@ -21,8 +21,7 @@ TraCITestClient output file. Date: Tue Aug 07 14:16:05 2018 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"beg", "middle", "end", "rend" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "beg", "middle", "end", "rend" ] -> Command sent: : domID=196 varID=145 objID=veh0 @@ -31,8 +30,7 @@ TraCITestClient output file. Date: Tue Aug 07 14:16:05 2018 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"beg", "beg2left", "left+right", "left2end", "end", "rend" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "beg", "beg2left", "left+right", "left2end", "end", "rend" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/rerouting/tt_global_reroute/testclient_out.traci b/tests/traci/set_variable/Vehicle/rerouting/tt_global_reroute/testclient_out.traci index b83d866b22bc..a9819d2630ac 100644 --- a/tests/traci/set_variable/Vehicle/rerouting/tt_global_reroute/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/rerouting/tt_global_reroute/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Mon Jul 01 13:28:31 2013 +TraCITestClient output file. Date: Sun Sep 8 08:53:25 2024 -> Command sent: : @@ -21,8 +21,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:28:31 2013 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"beg", "middle", "end", "rend" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "beg", "middle", "end", "rend" ] -> Command sent: : domID=196 varID=144 objID=veh0 @@ -31,8 +30,7 @@ TraCITestClient output file. Date: Mon Jul 01 13:28:31 2013 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"beg", "beg2left", "left+right", "left2end", "end", "rend" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "beg", "beg2left", "left+right", "left2end", "end", "rend" ] -> Command sent: : .. Command acknowledged (2), [description: ] diff --git a/tests/traci/set_variable/Vehicle/rerouting/tt_vehicle_reroute/testclient_out.traci b/tests/traci/set_variable/Vehicle/rerouting/tt_vehicle_reroute/testclient_out.traci index 535ffea41b4e..74f2778cc9fe 100644 --- a/tests/traci/set_variable/Vehicle/rerouting/tt_vehicle_reroute/testclient_out.traci +++ b/tests/traci/set_variable/Vehicle/rerouting/tt_vehicle_reroute/testclient_out.traci @@ -1,4 +1,4 @@ -TraCITestClient output file. Date: Tue Aug 07 14:16:05 2018 +TraCITestClient output file. Date: Sun Sep 8 08:53:25 2024 -> Command sent: : @@ -21,8 +21,7 @@ TraCITestClient output file. Date: Tue Aug 07 14:16:05 2018 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"beg", "middle", "end", "rend" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "beg", "middle", "end", "rend" ] -> Command sent: : domID=196 varID=144 objID=veh0 @@ -31,8 +30,7 @@ TraCITestClient output file. Date: Tue Aug 07 14:16:05 2018 -> Command sent: : domID=164 varID=84 objID=veh0 .. Command acknowledged (164), [description: ] - CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ -"beg", "beg2left", "left+right", "left2end", "end", "rend" ] + CommandID=180 VariableID=84 ObjectID=veh0 valueDataType=14 string list value: [ "beg", "beg2left", "left+right", "left2end", "end", "rend" ] -> Command sent: : .. Command acknowledged (2), [description: ]