Skip to content

Commit

Permalink
More stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Dec 17, 2024
1 parent 43d4ee4 commit 0faac56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

namespace FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests;

public class FbComplianceTest : Microsoft.EntityFrameworkCore.RelationalComplianceTestBase
public class ComplianceFbTest : Microsoft.EntityFrameworkCore.RelationalComplianceTestBase
{
protected override ICollection<Type> IgnoredTestBases { get; } =
[
Expand Down Expand Up @@ -148,11 +148,11 @@ public class FbComplianceTest : Microsoft.EntityFrameworkCore.RelationalComplian
typeof(Microsoft.EntityFrameworkCore.Query.SpatialQueryTestBase<>),
typeof(Microsoft.EntityFrameworkCore.Query.SpatialQueryRelationalTestBase<>),

// Future work :)
// Uses some JSON
typeof(Microsoft.EntityFrameworkCore.Query.AdHocPrecompiledQueryRelationalTestBase),
typeof(Microsoft.EntityFrameworkCore.Query.PrecompiledQueryRelationalTestBase),
typeof(Microsoft.EntityFrameworkCore.Query.PrecompiledSqlPregenerationQueryRelationalTestBase),
];

protected override Assembly TargetAssembly { get; } = typeof(FbComplianceTest).Assembly;
protected override Assembly TargetAssembly { get; } = typeof(ComplianceFbTest).Assembly;
}
2 changes: 1 addition & 1 deletion src/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<!-- EFCore -->
<PropertyGroup>
<EFCoreProviderVersion>12.0.0-alpha1</EFCoreProviderVersion>
<EFCoreProviderVersion>12.0.0-beta1</EFCoreProviderVersion>
<EFCoreReferenceProviderVersion>10.3.2</EFCoreReferenceProviderVersion>
<EFCoreReferencePackageVersion>9.0.0</EFCoreReferencePackageVersion>
</PropertyGroup>
Expand Down

0 comments on commit 0faac56

Please sign in to comment.