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
2929:  base ( fixture ) 
3030{  } 
3131
32- [ NotSupportedOnFirebirdTheory ] 
32+ [ Theory ] 
3333[ MemberData ( nameof ( IsAsyncData ) ) ] 
3434public  override  Task  GroupJoin_as_final_operator ( bool  async ) 
3535{ 
3636return  base . GroupJoin_as_final_operator ( async) ; 
3737} 
3838
39- [ NotSupportedOnFirebirdTheory ] 
39+ [ Theory ] 
4040[ MemberData ( nameof ( IsAsyncData ) ) ] 
4141public  override  Task  GroupJoin_SelectMany_subquery_with_filter_orderby ( bool  async ) 
4242{ 
4343return  base . GroupJoin_SelectMany_subquery_with_filter_orderby ( async) ; 
4444} 
4545
46- [ NotSupportedOnFirebirdTheory ] 
46+ [ Theory ] 
4747[ MemberData ( nameof ( IsAsyncData ) ) ] 
4848public  override  Task  GroupJoin_SelectMany_subquery_with_filter_orderby_and_DefaultIfEmpty ( bool  async ) 
4949{ 
@@ -99,14 +99,14 @@ public override Task Take_in_collection_projection_with_FirstOrDefault_on_top_le
9999return  base . Take_in_collection_projection_with_FirstOrDefault_on_top_level ( async) ; 
100100} 
101101
102- [ NotSupportedOnFirebirdTheory ] 
102+ [ Theory ] 
103103[ MemberData ( nameof ( IsAsyncData ) ) ] 
104104public  override  Task  Unflattened_GroupJoin_composed ( bool  async ) 
105105{ 
106106return  base . Unflattened_GroupJoin_composed ( async) ; 
107107} 
108108
109- [ NotSupportedOnFirebirdTheory ] 
109+ [ Theory ] 
110110[ MemberData ( nameof ( IsAsyncData ) ) ] 
111111public  override  Task  Unflattened_GroupJoin_composed_2 ( bool  async ) 
112112{ 
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()
5151base . Udf_with_argument_being_comparison_of_nullable_columns ( ) ; 
5252} 
5353
54- [ NotSupportedOnFirebirdFact ] 
54+ [ Fact ] 
5555public  override  void  QF_Select_Correlated_Subquery_In_Anonymous_MultipleCollections ( ) 
5656{ 
5757base . QF_Select_Correlated_Subquery_In_Anonymous_MultipleCollections ( ) ; 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments