File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
regression/LVSA/TestPreciseAccessPaths Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,18 @@ def test_apply_set_field_of_external_object(tmpdir):
73
73
is_initializer = True )
74
74
75
75
76
+ @pytest .mark .xfail (strict = True ) # SEC-202
76
77
def test_conditionally_set_field_of_external_object (tmpdir ):
77
78
lvsa_driver = LvsaDriver (tmpdir , folder_name ).with_test_function ('conditionally_set_field_of_external_object' )
78
79
lvsa_expectation = lvsa_driver .run ()
79
80
80
81
value_set_expectation = lvsa_expectation .get_value_set_for_precise_evs (
81
82
parameter_name = 'parameter_a' , suffix = '.object' )
82
83
83
- value_set_expectation .check_number_of_values (1 )
84
+ value_set_expectation .check_number_of_values (2 )
84
85
value_set_expectation .check_contains_root_object_evs (label_suffix = 'parameter_object' )
86
+ value_set_expectation .check_contains_precise_evs (label_suffix = 'parameter_a' , access_path = ['.object' ],
87
+ is_initializer = True )
85
88
86
89
87
90
def test_apply_conditionally_set_field_of_external_object (tmpdir ):
You can’t perform that action at this time.
0 commit comments