@@ -45,168 +45,168 @@ public override Task Projection_containing_DateTime_subtraction(bool async)
4545 return base . Projection_containing_DateTime_subtraction ( async) ;
4646 }
4747
48- [ NotSupportedOnFirebirdTheory ]
48+ [ Theory ]
4949 [ MemberData ( nameof ( IsAsyncData ) ) ]
5050 public override Task Project_single_element_from_collection_with_OrderBy_over_navigation_Take_and_FirstOrDefault_2 ( bool async )
5151 {
5252 return base . Project_single_element_from_collection_with_OrderBy_over_navigation_Take_and_FirstOrDefault_2 ( async) ;
5353 }
5454
55- [ NotSupportedOnFirebirdTheory ]
55+ [ Theory ]
5656 [ MemberData ( nameof ( IsAsyncData ) ) ]
5757 public override Task Select_nested_collection_deep ( bool async )
5858 {
5959 return base . Select_nested_collection_deep ( async) ;
6060 }
6161
62- [ NotSupportedOnFirebirdTheory ]
62+ [ Theory ]
6363 [ MemberData ( nameof ( IsAsyncData ) ) ]
6464 public override Task SelectMany_correlated_with_outer_1 ( bool async )
6565 {
6666 return base . SelectMany_correlated_with_outer_1 ( async) ;
6767 }
6868
69- [ NotSupportedOnFirebirdTheory ]
69+ [ Theory ]
7070 [ MemberData ( nameof ( IsAsyncData ) ) ]
7171 public override Task SelectMany_correlated_with_outer_2 ( bool async )
7272 {
7373 return base . SelectMany_correlated_with_outer_1 ( async) ;
7474 }
7575
76- [ NotSupportedOnFirebirdTheory ]
76+ [ Theory ]
7777 [ MemberData ( nameof ( IsAsyncData ) ) ]
7878 public override Task SelectMany_correlated_with_outer_3 ( bool async )
7979 {
8080 return base . SelectMany_correlated_with_outer_1 ( async) ;
8181 }
8282
83- [ NotSupportedOnFirebirdTheory ]
83+ [ Theory ]
8484 [ MemberData ( nameof ( IsAsyncData ) ) ]
8585 public override Task SelectMany_correlated_with_outer_4 ( bool async )
8686 {
8787 return base . SelectMany_correlated_with_outer_1 ( async) ;
8888 }
8989
90- [ NotSupportedOnFirebirdTheory ]
90+ [ Theory ]
9191 [ MemberData ( nameof ( IsAsyncData ) ) ]
9292 public override Task SelectMany_correlated_with_outer_5 ( bool async )
9393 {
9494 return base . SelectMany_correlated_with_outer_1 ( async) ;
9595 }
9696
97- [ NotSupportedOnFirebirdTheory ]
97+ [ Theory ]
9898 [ MemberData ( nameof ( IsAsyncData ) ) ]
9999 public override Task SelectMany_correlated_with_outer_6 ( bool async )
100100 {
101101 return base . SelectMany_correlated_with_outer_1 ( async) ;
102102 }
103103
104- [ NotSupportedOnFirebirdTheory ]
104+ [ Theory ]
105105 [ MemberData ( nameof ( IsAsyncData ) ) ]
106106 public override Task SelectMany_correlated_with_outer_7 ( bool async )
107107 {
108108 return base . SelectMany_correlated_with_outer_1 ( async) ;
109109 }
110110
111- [ NotSupportedOnFirebirdTheory ]
111+ [ Theory ]
112112 [ MemberData ( nameof ( IsAsyncData ) ) ]
113113 public override Task SelectMany_with_collection_being_correlated_subquery_which_references_inner_and_outer_entity ( bool async )
114114 {
115115 return base . SelectMany_with_collection_being_correlated_subquery_which_references_inner_and_outer_entity ( async) ;
116116 }
117117
118- [ NotSupportedOnFirebirdTheory ]
118+ [ Theory ]
119119 [ MemberData ( nameof ( IsAsyncData ) ) ]
120120 public override Task SelectMany_whose_selector_references_outer_source ( bool async )
121121 {
122122 return base . SelectMany_whose_selector_references_outer_source ( async) ;
123123 }
124124
125- [ NotSupportedOnFirebirdTheory ]
125+ [ Theory ]
126126 [ MemberData ( nameof ( IsAsyncData ) ) ]
127127 public override Task Collection_projection_selecting_outer_element_followed_by_take ( bool async )
128128 {
129129 return base . Collection_projection_selecting_outer_element_followed_by_take ( async) ;
130130 }
131131
132- [ NotSupportedOnFirebirdTheory ]
132+ [ Theory ]
133133 [ MemberData ( nameof ( IsAsyncData ) ) ]
134134 public override Task Correlated_collection_after_distinct_not_containing_original_identifier ( bool async )
135135 {
136136 return base . Correlated_collection_after_distinct_not_containing_original_identifier ( async) ;
137137 }
138138
139- [ NotSupportedOnFirebirdTheory ]
139+ [ Theory ]
140140 [ MemberData ( nameof ( IsAsyncData ) ) ]
141141 public override Task Correlated_collection_after_distinct_with_complex_projection_containing_original_identifier ( bool async )
142142 {
143143 return base . Correlated_collection_after_distinct_with_complex_projection_containing_original_identifier ( async) ;
144144 }
145145
146- [ NotSupportedOnFirebirdTheory ]
146+ [ Theory ]
147147 [ MemberData ( nameof ( IsAsyncData ) ) ]
148148 public override Task Correlated_collection_after_groupby_with_complex_projection_containing_original_identifier ( bool async )
149149 {
150150 return base . Correlated_collection_after_groupby_with_complex_projection_containing_original_identifier ( async) ;
151151 }
152152
153- [ NotSupportedOnFirebirdTheory ]
153+ [ Theory ]
154154 [ MemberData ( nameof ( IsAsyncData ) ) ]
155155 public override Task Projecting_after_navigation_and_distinct ( bool async )
156156 {
157157 return base . Projecting_after_navigation_and_distinct ( async) ;
158158 }
159159
160- [ NotSupportedOnFirebirdTheory ]
160+ [ Theory ]
161161 [ MemberData ( nameof ( IsAsyncData ) ) ]
162162 public override Task Select_nested_collection_deep_distinct_no_identifiers ( bool async )
163163 {
164164 return base . Select_nested_collection_deep_distinct_no_identifiers ( async) ;
165165 }
166166
167- [ NotSupportedOnFirebirdTheory ]
167+ [ Theory ]
168168 [ MemberData ( nameof ( IsAsyncData ) ) ]
169169 public override Task Take_on_correlated_collection_in_first ( bool async )
170170 {
171171 return base . Take_on_correlated_collection_in_first ( async) ;
172172 }
173173
174- [ NotSupportedOnFirebirdTheory ]
174+ [ Theory ]
175175 [ MemberData ( nameof ( IsAsyncData ) ) ]
176176 public override Task Take_on_top_level_and_on_collection_projection_with_outer_apply ( bool async )
177177 {
178178 return base . Take_on_top_level_and_on_collection_projection_with_outer_apply ( async) ;
179179 }
180180
181- [ NotSupportedOnFirebirdTheory ]
181+ [ Theory ]
182182 [ MemberData ( nameof ( IsAsyncData ) ) ]
183183 public override Task Correlated_collection_after_groupby_with_complex_projection_not_containing_original_identifier ( bool async )
184184 {
185185 return base . Correlated_collection_after_groupby_with_complex_projection_not_containing_original_identifier ( async) ;
186186 }
187187
188- [ NotSupportedOnFirebirdTheory ]
188+ [ Theory ]
189189 [ MemberData ( nameof ( IsAsyncData ) ) ]
190190 public override Task Reverse_in_projection_subquery ( bool async )
191191 {
192192 return base . Reverse_in_projection_subquery ( async) ;
193193 }
194194
195- [ NotSupportedOnFirebirdTheory ]
195+ [ Theory ]
196196 [ MemberData ( nameof ( IsAsyncData ) ) ]
197197 public override Task Reverse_in_projection_subquery_single_result ( bool async )
198198 {
199199 return base . Reverse_in_projection_subquery_single_result ( async) ;
200200 }
201201
202- [ NotSupportedOnFirebirdTheory ]
202+ [ Theory ]
203203 [ MemberData ( nameof ( IsAsyncData ) ) ]
204204 public override Task Reverse_in_SelectMany_with_Take ( bool async )
205205 {
206206 return base . Reverse_in_SelectMany_with_Take ( async) ;
207207 }
208208
209- [ NotSupportedOnFirebirdTheory ]
209+ [ Theory ]
210210 [ MemberData ( nameof ( IsAsyncData ) ) ]
211211 public override Task Set_operation_in_pending_collection ( bool async )
212212 {
0 commit comments