From ee1cd14b4b03902554a75be55e4dd63b1f59ef60 Mon Sep 17 00:00:00 2001 From: Jan Kotanski Date: Thu, 13 Feb 2025 07:38:50 +0100 Subject: [PATCH] update tests --- test/ExtraSettings2_test.py | 4 ++++ test/ExtraSettings3_test.py | 4 ++++ test/ExtraSettings_test.py | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/test/ExtraSettings2_test.py b/test/ExtraSettings2_test.py index 9075705..b968835 100644 --- a/test/ExtraSettings2_test.py +++ b/test/ExtraSettings2_test.py @@ -2806,6 +2806,10 @@ def test_myswitchProfile_importMntGrp(self): "synchronization": {}, "value_ref_enabled": {}, "value_ref_pattern": {}, + "normalization": {}, + "conditioning": {}, + "output": {}, + "instrument": {}, "shape": shapes } ) diff --git a/test/ExtraSettings3_test.py b/test/ExtraSettings3_test.py index 61bc19c..38554f2 100644 --- a/test/ExtraSettings3_test.py +++ b/test/ExtraSettings3_test.py @@ -2888,6 +2888,10 @@ def test_myswitchProfile_importMntGrp(self): "value_ref_pattern": {}, "synchronizer": {}, "synchronization": {}, + "normalization": {}, + "conditioning": {}, + "output": {}, + "instrument": {}, "shape": shapes } ) diff --git a/test/ExtraSettings_test.py b/test/ExtraSettings_test.py index e75abae..8c75aa6 100644 --- a/test/ExtraSettings_test.py +++ b/test/ExtraSettings_test.py @@ -2832,6 +2832,10 @@ def test_myswitchProfile_importMntGrp(self): "synchronization": {}, "value_ref_enabled": {}, "value_ref_pattern": {}, + "normalization": {}, + "conditioning": {}, + "output": {}, + "instrument": {}, "shape": shapes } )