This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch feature/s7strings
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/feature/s7strings by this push:
new bf619ae0f2 chore: Turned on the write-tests per default in the
ManualTest
bf619ae0f2 is described below
commit bf619ae0f2000f18371a7a6c4ae72a322359abe8
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Nov 30 21:59:31 2023 +0100
chore: Turned on the write-tests per default in the ManualTest
---
.../src/main/java/org/apache/plc4x/test/manual/ManualTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/plc4j/utils/test-utils/src/main/java/org/apache/plc4x/test/manual/ManualTest.java
b/plc4j/utils/test-utils/src/main/java/org/apache/plc4x/test/manual/ManualTest.java
index 924e614ae9..e9d81e8a4a 100644
---
a/plc4j/utils/test-utils/src/main/java/org/apache/plc4x/test/manual/ManualTest.java
+++
b/plc4j/utils/test-utils/src/main/java/org/apache/plc4x/test/manual/ManualTest.java
@@ -42,7 +42,7 @@ public abstract class ManualTest {
private final List<TestCase> testCases;
public ManualTest(String connectionString) {
- this(connectionString, false);
+ this(connectionString, true);
}
public ManualTest(String connectionString, boolean testWrite) {