diff --git a/test/ExtraSettings2_test.py b/test/ExtraSettings2_test.py index 220aede..8c60e14 100644 --- a/test/ExtraSettings2_test.py +++ b/test/ExtraSettings2_test.py @@ -1389,6 +1389,8 @@ def subtest_switchProfile_importMntGrp(self): "data_type": types, "synchronizer": {}, "synchronization": {}, + "value_ref_enabled": {}, + "value_ref_pattern": {}, "shape": shapes } ) @@ -2798,6 +2800,8 @@ def test_myswitchProfile_importMntGrp(self): "data_type": types, "synchronizer": {}, "synchronization": {}, + "value_ref_enabled": {}, + "value_ref_pattern": {}, "shape": shapes } ) diff --git a/test/ExtraSettings3_test.py b/test/ExtraSettings3_test.py index 4cc3831..0a66e6f 100644 --- a/test/ExtraSettings3_test.py +++ b/test/ExtraSettings3_test.py @@ -1408,6 +1408,8 @@ def subtest_switchProfile_importMntGrp(self): "nexus_path": paths, "link": links, "data_type": types, + "value_ref_enabled": {}, + "value_ref_pattern": {}, "synchronizer": {}, "synchronization": {}, "shape": shapes @@ -2878,6 +2880,8 @@ def test_myswitchProfile_importMntGrp(self): "nexus_path": paths, "link": links, "data_type": types, + "value_ref_enabled": {}, + "value_ref_pattern": {}, "synchronizer": {}, "synchronization": {}, "shape": shapes diff --git a/test/ExtraSettings_test.py b/test/ExtraSettings_test.py index c5581f0..1aa4e76 100644 --- a/test/ExtraSettings_test.py +++ b/test/ExtraSettings_test.py @@ -1408,6 +1408,8 @@ def subtest_switchProfile_importMntGrp(self): "data_type": types, "synchronizer": {}, "synchronization": {}, + "value_ref_enabled": {}, + "value_ref_pattern": {}, "shape": shapes } ) @@ -2824,6 +2826,8 @@ def test_myswitchProfile_importMntGrp(self): "data_type": types, "synchronizer": {}, "synchronization": {}, + "value_ref_enabled": {}, + "value_ref_pattern": {}, "shape": shapes } )