You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2021/03/13 09:35:13 UTC

[plc4x] branch develop updated: plc4x: convert missing base64 to hex

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 545aa26  plc4x: convert missing base64 to hex
545aa26 is described below

commit 545aa2646e515fd9e52af35b5988354b23e0bb66
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Sat Mar 13 10:34:59 2021 +0100

    plc4x: convert missing base64 to hex
---
 plc4go/assets/testing/protocols/modbus/DriverTestsuite.xml        | 4 ++--
 .../src/test/resources/protocols/modbus/DriverTestsuite.xml       | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/plc4go/assets/testing/protocols/modbus/DriverTestsuite.xml b/plc4go/assets/testing/protocols/modbus/DriverTestsuite.xml
index e0d484c..abbea7a 100644
--- a/plc4go/assets/testing/protocols/modbus/DriverTestsuite.xml
+++ b/plc4go/assets/testing/protocols/modbus/DriverTestsuite.xml
@@ -275,7 +275,7 @@
           <pdu className="org.apache.plc4x.java.modbus.readwrite.ModbusPDUWriteMultipleHoldingRegistersRequest">
             <startingAddress>0</startingAddress>
             <quantity>2</quantity>
-            <value>e34e3dd050c1</value>
+            <value>40490FDB</value>
           </pdu>
         </ModbusTcpADU>
       </outgoing-plc-message>
@@ -339,7 +339,7 @@
           <pdu className="org.apache.plc4x.java.modbus.readwrite.ModbusPDUWriteMultipleHoldingRegistersRequest">
             <startingAddress>0</startingAddress>
             <quantity>4</quantity>
-            <value>e34e3dd050c1e34e3dd050c1</value>
+            <value>40490FDB40490FDB</value>
           </pdu>
         </ModbusTcpADU>
       </outgoing-plc-message>
diff --git a/protocols/modbus/src/test/resources/protocols/modbus/DriverTestsuite.xml b/protocols/modbus/src/test/resources/protocols/modbus/DriverTestsuite.xml
index 8b24ea5..abbea7a 100644
--- a/protocols/modbus/src/test/resources/protocols/modbus/DriverTestsuite.xml
+++ b/protocols/modbus/src/test/resources/protocols/modbus/DriverTestsuite.xml
@@ -60,7 +60,7 @@
           <transactionIdentifier>1</transactionIdentifier>
           <unitIdentifier>1</unitIdentifier>
           <pdu className="org.apache.plc4x.java.modbus.readwrite.ModbusPDUReadHoldingRegistersResponse">
-            <value>QEkP2w==</value>
+            <value>40490fdb</value>
           </pdu>
         </ModbusTcpADU>
       </incoming-plc-message>
@@ -121,7 +121,7 @@
           <transactionIdentifier>1</transactionIdentifier>
           <unitIdentifier>1</unitIdentifier>
           <pdu className="org.apache.plc4x.java.modbus.readwrite.ModbusPDUReadHoldingRegistersResponse">
-            <value>QEkP20BJD9s=</value>
+            <value>40490fdb40490fdb</value>
           </pdu>
         </ModbusTcpADU>
       </incoming-plc-message>
@@ -189,7 +189,7 @@
           <transactionIdentifier>1</transactionIdentifier>
           <unitIdentifier>1</unitIdentifier>
           <pdu className="org.apache.plc4x.java.modbus.readwrite.ModbusPDUReadHoldingRegistersResponse">
-            <value>QEkP2w==</value>
+            <value>40490fdb</value>
           </pdu>
         </ModbusTcpADU>
       </incoming-plc-message>
@@ -214,7 +214,7 @@
           <transactionIdentifier>2</transactionIdentifier>
           <unitIdentifier>1</unitIdentifier>
           <pdu className="org.apache.plc4x.java.modbus.readwrite.ModbusPDUReadHoldingRegistersResponse">
-            <value>QEkP2w==</value>
+            <value>40490fdb</value>
           </pdu>
         </ModbusTcpADU>
       </incoming-plc-message>