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

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

commit fc8c14501a09b235dbff780c7b5532751a758447
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat May 24 13:49:52 2025 +0200

    chore: Commented out two fields
---
 .../org/apache/plc4x/java/s7/readwrite/ManualS71200DriverTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/plc4j/drivers/s7/src/test/java/org/apache/plc4x/java/s7/readwrite/ManualS71200DriverTest.java
 
b/plc4j/drivers/s7/src/test/java/org/apache/plc4x/java/s7/readwrite/ManualS71200DriverTest.java
index 7b2333b457..12f0c7df8d 100644
--- 
a/plc4j/drivers/s7/src/test/java/org/apache/plc4x/java/s7/readwrite/ManualS71200DriverTest.java
+++ 
b/plc4j/drivers/s7/src/test/java/org/apache/plc4x/java/s7/readwrite/ManualS71200DriverTest.java
@@ -89,8 +89,8 @@ public class ManualS71200DriverTest extends ManualTest {
         test.addTestCase("%DB4:138:WCHAR", new PlcWCHAR("w"));
         test.addTestCase("%DB4:140:STRING(10)", new PlcSTRING("hurz"));
         test.addTestCase("%DB4:396:WSTRING(10)", new PlcWSTRING("wolf"));
-        test.addTestCase("%DB4:140:STRING", new PlcSTRING("hurz"));
-        test.addTestCase("%DB4:396:WSTRING", new PlcWSTRING("wolf"));
+        //test.addTestCase("%DB4:140:STRING", new PlcSTRING("hurz"));
+        //test.addTestCase("%DB4:396:WSTRING", new PlcWSTRING("wolf"));
         test.addTestCase("%DB4:58:TIME", new 
PlcTIME(Duration.parse("PT1.234S")));
         test.addTestCase("%DB4:70:DATE", new 
PlcDATE(LocalDate.parse("1998-03-28")));
         test.addTestCase("%DB4:72:TIME_OF_DAY", new 
PlcTIME_OF_DAY(LocalTime.parse("15:36:30.123")));

Reply via email to