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/05 10:20:16 UTC

[plc4x] branch develop updated: test(plc4go/spi): add more output to ParserSerializerRunner

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 aa9aef5006 test(plc4go/spi): add more output to ParserSerializerRunner
aa9aef5006 is described below

commit aa9aef500639e156fd0cc227583531c927e659e2
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Mon Jun 5 12:20:08 2023 +0200

    test(plc4go/spi): add more output to ParserSerializerRunner
---
 plc4go/spi/testutils/ParserSerializerTestRunner.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plc4go/spi/testutils/ParserSerializerTestRunner.go b/plc4go/spi/testutils/ParserSerializerTestRunner.go
index f3e3d2dfd2..94f40a4a12 100644
--- a/plc4go/spi/testutils/ParserSerializerTestRunner.go
+++ b/plc4go/spi/testutils/ParserSerializerTestRunner.go
@@ -81,6 +81,8 @@ func (p *ParserSerializerTestsuite) Run(t *testing.T, testcase ParserSerializerT
 	if err != nil {
 		return errors.Wrap(err, "Error parsing input data")
 	}
+	t.Logf("Parsed Message(%T)", msg)
+	t.Logf("\n%s", msg)
 
 	t.Log("Try serializing")
 	{