File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
src/FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests/Query Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,21 @@ public NorthwindJoinQueryFbTest(NorthwindQueryFbFixture<NoopModelCustomizer> fix
29
29
: base ( fixture )
30
30
{ }
31
31
32
- [ NotSupportedOnFirebirdTheory ]
32
+ [ Theory ]
33
33
[ MemberData ( nameof ( IsAsyncData ) ) ]
34
34
public override Task GroupJoin_as_final_operator ( bool async )
35
35
{
36
36
return base . GroupJoin_as_final_operator ( async) ;
37
37
}
38
38
39
- [ NotSupportedOnFirebirdTheory ]
39
+ [ Theory ]
40
40
[ MemberData ( nameof ( IsAsyncData ) ) ]
41
41
public override Task GroupJoin_SelectMany_subquery_with_filter_orderby ( bool async )
42
42
{
43
43
return base . GroupJoin_SelectMany_subquery_with_filter_orderby ( async) ;
44
44
}
45
45
46
- [ NotSupportedOnFirebirdTheory ]
46
+ [ Theory ]
47
47
[ MemberData ( nameof ( IsAsyncData ) ) ]
48
48
public override Task GroupJoin_SelectMany_subquery_with_filter_orderby_and_DefaultIfEmpty ( bool async )
49
49
{
@@ -99,14 +99,14 @@ public override Task Take_in_collection_projection_with_FirstOrDefault_on_top_le
99
99
return base . Take_in_collection_projection_with_FirstOrDefault_on_top_level ( async) ;
100
100
}
101
101
102
- [ NotSupportedOnFirebirdTheory ]
102
+ [ Theory ]
103
103
[ MemberData ( nameof ( IsAsyncData ) ) ]
104
104
public override Task Unflattened_GroupJoin_composed ( bool async )
105
105
{
106
106
return base . Unflattened_GroupJoin_composed ( async) ;
107
107
}
108
108
109
- [ NotSupportedOnFirebirdTheory ]
109
+ [ Theory ]
110
110
[ MemberData ( nameof ( IsAsyncData ) ) ]
111
111
public override Task Unflattened_GroupJoin_composed_2 ( bool async )
112
112
{
Original file line number Diff line number Diff line change @@ -28,21 +28,21 @@ public TPCManyToManyNoTrackingQueryFbTest(TPCManyToManyQueryFbFixture fixture)
28
28
: base ( fixture )
29
29
{ }
30
30
31
- [ NotSupportedOnFirebirdTheory ]
31
+ [ Theory ]
32
32
[ MemberData ( nameof ( IsAsyncData ) ) ]
33
33
public override Task Filtered_include_skip_navigation_order_by_skip_take_then_include_skip_navigation_where ( bool async )
34
34
{
35
35
return base . Filtered_include_skip_navigation_order_by_skip_take_then_include_skip_navigation_where ( async) ;
36
36
}
37
37
38
- [ NotSupportedOnFirebirdTheory ]
38
+ [ Theory ]
39
39
[ MemberData ( nameof ( IsAsyncData ) ) ]
40
40
public override Task Skip_navigation_order_by_single_or_default ( bool async )
41
41
{
42
42
return base . Skip_navigation_order_by_single_or_default ( async) ;
43
43
}
44
44
45
- [ NotSupportedOnFirebirdTheory ]
45
+ [ Theory ]
46
46
[ MemberData ( nameof ( IsAsyncData ) ) ]
47
47
public override Task Filtered_include_skip_navigation_order_by_skip_take_then_include_skip_navigation_where_EF_Property ( bool async )
48
48
{
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public override Task Group_by_on_StartsWith_with_null_parameter_as_argument(bool
55
55
return base . Group_by_on_StartsWith_with_null_parameter_as_argument ( async) ;
56
56
}
57
57
58
- [ NotSupportedOnFirebirdTheory ]
58
+ [ Theory ]
59
59
[ MemberData ( nameof ( IsAsyncData ) ) ]
60
60
public override Task Correlated_collections_inner_subquery_predicate_references_outer_qsre ( bool async )
61
61
{
@@ -251,14 +251,14 @@ public override Task Array_access_on_byte_array(bool async)
251
251
return base . Array_access_on_byte_array ( async) ;
252
252
}
253
253
254
- [ NotSupportedOnFirebirdTheory ]
254
+ [ Theory ]
255
255
[ MemberData ( nameof ( IsAsyncData ) ) ]
256
256
public override Task Correlated_collection_after_distinct_3_levels ( bool async )
257
257
{
258
258
return base . Correlated_collection_after_distinct_3_levels ( async) ;
259
259
}
260
260
261
- [ NotSupportedOnFirebirdTheory ]
261
+ [ Theory ]
262
262
[ MemberData ( nameof ( IsAsyncData ) ) ]
263
263
public override Task Correlated_collection_via_SelectMany_with_Distinct_missing_indentifying_columns_in_projection ( bool async )
264
264
{
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public override void Udf_with_argument_being_comparison_of_nullable_columns()
51
51
base . Udf_with_argument_being_comparison_of_nullable_columns ( ) ;
52
52
}
53
53
54
- [ NotSupportedOnFirebirdFact ]
54
+ [ Fact ]
55
55
public override void QF_Select_Correlated_Subquery_In_Anonymous_MultipleCollections ( )
56
56
{
57
57
base . QF_Select_Correlated_Subquery_In_Anonymous_MultipleCollections ( ) ;
You can’t perform that action at this time.
0 commit comments