Browse Source

LibTeleinfo always skips the first frame

main
Nicolas Massé 4 years ago
parent
commit
494b4f84b8
  1. 4
      test/e2e/data.go

4
test/e2e/data.go

@ -27,6 +27,10 @@ var testCases []TestCase = []TestCase{
Name: "historique_simple",
Mode: TIC_MODE_HISTORIQUE,
Steps: []TestStep{
{
// LibTeleinfo explicitely discards the first frame
Sent: []string{},
},
{
Sent: []string{
"MOTDETAT 000000 B",

Loading…
Cancel
Save