File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests/Query Expand file tree Collapse file tree 2 files changed +6
-6
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 @@ -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