@@ -45,168 +45,168 @@ public override Task Projection_containing_DateTime_subtraction(bool async)
45
45
return base . Projection_containing_DateTime_subtraction ( async) ;
46
46
}
47
47
48
- [ NotSupportedOnFirebirdTheory ]
48
+ [ Theory ]
49
49
[ MemberData ( nameof ( IsAsyncData ) ) ]
50
50
public override Task Project_single_element_from_collection_with_OrderBy_over_navigation_Take_and_FirstOrDefault_2 ( bool async )
51
51
{
52
52
return base . Project_single_element_from_collection_with_OrderBy_over_navigation_Take_and_FirstOrDefault_2 ( async) ;
53
53
}
54
54
55
- [ NotSupportedOnFirebirdTheory ]
55
+ [ Theory ]
56
56
[ MemberData ( nameof ( IsAsyncData ) ) ]
57
57
public override Task Select_nested_collection_deep ( bool async )
58
58
{
59
59
return base . Select_nested_collection_deep ( async) ;
60
60
}
61
61
62
- [ NotSupportedOnFirebirdTheory ]
62
+ [ Theory ]
63
63
[ MemberData ( nameof ( IsAsyncData ) ) ]
64
64
public override Task SelectMany_correlated_with_outer_1 ( bool async )
65
65
{
66
66
return base . SelectMany_correlated_with_outer_1 ( async) ;
67
67
}
68
68
69
- [ NotSupportedOnFirebirdTheory ]
69
+ [ Theory ]
70
70
[ MemberData ( nameof ( IsAsyncData ) ) ]
71
71
public override Task SelectMany_correlated_with_outer_2 ( bool async )
72
72
{
73
73
return base . SelectMany_correlated_with_outer_1 ( async) ;
74
74
}
75
75
76
- [ NotSupportedOnFirebirdTheory ]
76
+ [ Theory ]
77
77
[ MemberData ( nameof ( IsAsyncData ) ) ]
78
78
public override Task SelectMany_correlated_with_outer_3 ( bool async )
79
79
{
80
80
return base . SelectMany_correlated_with_outer_1 ( async) ;
81
81
}
82
82
83
- [ NotSupportedOnFirebirdTheory ]
83
+ [ Theory ]
84
84
[ MemberData ( nameof ( IsAsyncData ) ) ]
85
85
public override Task SelectMany_correlated_with_outer_4 ( bool async )
86
86
{
87
87
return base . SelectMany_correlated_with_outer_1 ( async) ;
88
88
}
89
89
90
- [ NotSupportedOnFirebirdTheory ]
90
+ [ Theory ]
91
91
[ MemberData ( nameof ( IsAsyncData ) ) ]
92
92
public override Task SelectMany_correlated_with_outer_5 ( bool async )
93
93
{
94
94
return base . SelectMany_correlated_with_outer_1 ( async) ;
95
95
}
96
96
97
- [ NotSupportedOnFirebirdTheory ]
97
+ [ Theory ]
98
98
[ MemberData ( nameof ( IsAsyncData ) ) ]
99
99
public override Task SelectMany_correlated_with_outer_6 ( bool async )
100
100
{
101
101
return base . SelectMany_correlated_with_outer_1 ( async) ;
102
102
}
103
103
104
- [ NotSupportedOnFirebirdTheory ]
104
+ [ Theory ]
105
105
[ MemberData ( nameof ( IsAsyncData ) ) ]
106
106
public override Task SelectMany_correlated_with_outer_7 ( bool async )
107
107
{
108
108
return base . SelectMany_correlated_with_outer_1 ( async) ;
109
109
}
110
110
111
- [ NotSupportedOnFirebirdTheory ]
111
+ [ Theory ]
112
112
[ MemberData ( nameof ( IsAsyncData ) ) ]
113
113
public override Task SelectMany_with_collection_being_correlated_subquery_which_references_inner_and_outer_entity ( bool async )
114
114
{
115
115
return base . SelectMany_with_collection_being_correlated_subquery_which_references_inner_and_outer_entity ( async) ;
116
116
}
117
117
118
- [ NotSupportedOnFirebirdTheory ]
118
+ [ Theory ]
119
119
[ MemberData ( nameof ( IsAsyncData ) ) ]
120
120
public override Task SelectMany_whose_selector_references_outer_source ( bool async )
121
121
{
122
122
return base . SelectMany_whose_selector_references_outer_source ( async) ;
123
123
}
124
124
125
- [ NotSupportedOnFirebirdTheory ]
125
+ [ Theory ]
126
126
[ MemberData ( nameof ( IsAsyncData ) ) ]
127
127
public override Task Collection_projection_selecting_outer_element_followed_by_take ( bool async )
128
128
{
129
129
return base . Collection_projection_selecting_outer_element_followed_by_take ( async) ;
130
130
}
131
131
132
- [ NotSupportedOnFirebirdTheory ]
132
+ [ Theory ]
133
133
[ MemberData ( nameof ( IsAsyncData ) ) ]
134
134
public override Task Correlated_collection_after_distinct_not_containing_original_identifier ( bool async )
135
135
{
136
136
return base . Correlated_collection_after_distinct_not_containing_original_identifier ( async) ;
137
137
}
138
138
139
- [ NotSupportedOnFirebirdTheory ]
139
+ [ Theory ]
140
140
[ MemberData ( nameof ( IsAsyncData ) ) ]
141
141
public override Task Correlated_collection_after_distinct_with_complex_projection_containing_original_identifier ( bool async )
142
142
{
143
143
return base . Correlated_collection_after_distinct_with_complex_projection_containing_original_identifier ( async) ;
144
144
}
145
145
146
- [ NotSupportedOnFirebirdTheory ]
146
+ [ Theory ]
147
147
[ MemberData ( nameof ( IsAsyncData ) ) ]
148
148
public override Task Correlated_collection_after_groupby_with_complex_projection_containing_original_identifier ( bool async )
149
149
{
150
150
return base . Correlated_collection_after_groupby_with_complex_projection_containing_original_identifier ( async) ;
151
151
}
152
152
153
- [ NotSupportedOnFirebirdTheory ]
153
+ [ Theory ]
154
154
[ MemberData ( nameof ( IsAsyncData ) ) ]
155
155
public override Task Projecting_after_navigation_and_distinct ( bool async )
156
156
{
157
157
return base . Projecting_after_navigation_and_distinct ( async) ;
158
158
}
159
159
160
- [ NotSupportedOnFirebirdTheory ]
160
+ [ Theory ]
161
161
[ MemberData ( nameof ( IsAsyncData ) ) ]
162
162
public override Task Select_nested_collection_deep_distinct_no_identifiers ( bool async )
163
163
{
164
164
return base . Select_nested_collection_deep_distinct_no_identifiers ( async) ;
165
165
}
166
166
167
- [ NotSupportedOnFirebirdTheory ]
167
+ [ Theory ]
168
168
[ MemberData ( nameof ( IsAsyncData ) ) ]
169
169
public override Task Take_on_correlated_collection_in_first ( bool async )
170
170
{
171
171
return base . Take_on_correlated_collection_in_first ( async) ;
172
172
}
173
173
174
- [ NotSupportedOnFirebirdTheory ]
174
+ [ Theory ]
175
175
[ MemberData ( nameof ( IsAsyncData ) ) ]
176
176
public override Task Take_on_top_level_and_on_collection_projection_with_outer_apply ( bool async )
177
177
{
178
178
return base . Take_on_top_level_and_on_collection_projection_with_outer_apply ( async) ;
179
179
}
180
180
181
- [ NotSupportedOnFirebirdTheory ]
181
+ [ Theory ]
182
182
[ MemberData ( nameof ( IsAsyncData ) ) ]
183
183
public override Task Correlated_collection_after_groupby_with_complex_projection_not_containing_original_identifier ( bool async )
184
184
{
185
185
return base . Correlated_collection_after_groupby_with_complex_projection_not_containing_original_identifier ( async) ;
186
186
}
187
187
188
- [ NotSupportedOnFirebirdTheory ]
188
+ [ Theory ]
189
189
[ MemberData ( nameof ( IsAsyncData ) ) ]
190
190
public override Task Reverse_in_projection_subquery ( bool async )
191
191
{
192
192
return base . Reverse_in_projection_subquery ( async) ;
193
193
}
194
194
195
- [ NotSupportedOnFirebirdTheory ]
195
+ [ Theory ]
196
196
[ MemberData ( nameof ( IsAsyncData ) ) ]
197
197
public override Task Reverse_in_projection_subquery_single_result ( bool async )
198
198
{
199
199
return base . Reverse_in_projection_subquery_single_result ( async) ;
200
200
}
201
201
202
- [ NotSupportedOnFirebirdTheory ]
202
+ [ Theory ]
203
203
[ MemberData ( nameof ( IsAsyncData ) ) ]
204
204
public override Task Reverse_in_SelectMany_with_Take ( bool async )
205
205
{
206
206
return base . Reverse_in_SelectMany_with_Take ( async) ;
207
207
}
208
208
209
- [ NotSupportedOnFirebirdTheory ]
209
+ [ Theory ]
210
210
[ MemberData ( nameof ( IsAsyncData ) ) ]
211
211
public override Task Set_operation_in_pending_collection ( bool async )
212
212
{
0 commit comments