Skip to content

Commit

Permalink
Remove UDF function tests. No Jet support (#201)
Browse files Browse the repository at this point in the history
Remove the UDF (user defined functions) tests. There is no support for these functions in Jet
  • Loading branch information
ChrisJollyAU authored Dec 26, 2023
1 parent 12bbf04 commit c30796c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 533 deletions.
4 changes: 3 additions & 1 deletion test/EFCore.Jet.FunctionalTests/JetComplianceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ public class JetComplianceTest : RelationalComplianceTestBase
typeof(ComplexNavigationsSharedTypeQueryTestBase<>),
typeof(ComplexNavigationsCollectionsSharedTypeQueryRelationalTestBase<>),
typeof(ComplexNavigationsCollectionsSharedTypeQueryTestBase<>),
typeof(ComplexNavigationsCollectionsSplitSharedTypeQueryRelationalTestBase<>)
typeof(ComplexNavigationsCollectionsSplitSharedTypeQueryRelationalTestBase<>),
//No user defined functions in MS Access/Jet
typeof(UdfDbFunctionTestBase<>),
};

protected override Assembly TargetAssembly { get; } = typeof(JetComplianceTest).Assembly;
Expand Down
Loading

0 comments on commit c30796c

Please sign in to comment.