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 } )