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 2023/06/15 07:07:30 UTC

[plc4x] branch develop updated (210128f689 -> 607c10b6b2)

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

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


    from 210128f689 test(plc4go/cbus): disable another failing test
     add 607c10b6b2 test(plc4go/cbus): re-enable test after increasing receive timeouts

No new revisions were added by this update.

Summary of changes:
 plc4go/internal/cbus/Browser.go                    |   7 +-
 plc4go/internal/cbus/Browser_test.go               |  10 +-
 plc4go/spi/default/DefaultCodec.go                 |   9 +-
 plc4go/spi/testutils/TestUtils.go                  |   2 +-
 plc4go/spi/transports/test/Transport.go            | 165 +-----
 .../test/{Transport.go => TransportInstance.go}    |  49 +-
 ...Transport_test.go => TransportInstance_test.go} | 214 +-------
 plc4go/spi/transports/test/Transport_test.go       | 584 +--------------------
 8 files changed, 24 insertions(+), 1016 deletions(-)
 copy plc4go/spi/transports/test/{Transport.go => TransportInstance.go} (77%)
 copy plc4go/spi/transports/test/{Transport_test.go => TransportInstance_test.go} (75%)