You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/02/25 22:37:45 UTC

[plc4x] branch develop updated (6bc939d -> e93cbc8)

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

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


    from 6bc939d  - Added missing header to htaccess file
     add bdf10cc  - Made the ConfigurationFactory check the generic type before injecting the configuration
     add db05160  - Made it possible to override the await-setup-complete setting by System proptery
     add e93cbc8  - Fixed a typo in the filename of the driver testsuite for s7

No new revisions were added by this update.

Summary of changes:
 .../plc4x/java/s7/readwrite/S7DriverTestsuite.java |   2 +-
 .../test/resources/testsuite/S7DriverTestsuie.xml  |  47 ----
 .../test/resources/testsuite/S7DriverTestsuite.xml | 285 +++++++++++++++++++++
 .../spi/configuration/ConfigurationFactory.java    |  10 +-
 .../java/spi/connection/GeneratedDriverBase.java   |  10 +-
 5 files changed, 304 insertions(+), 50 deletions(-)
 delete mode 100644 plc4j/drivers/s7/src/test/resources/testsuite/S7DriverTestsuie.xml
 create mode 100644 plc4j/drivers/s7/src/test/resources/testsuite/S7DriverTestsuite.xml