Skip to content

Commit 64cc6ed

Browse files
committed
Navigation test refactoring - improving structure for scenarios that don't support collections
Plus minor cleanup Fixes #35707
1 parent ce99d82 commit 64cc6ed

File tree

122 files changed

+4016
-3860
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+4016
-3860
lines changed

Diff for: test/EFCore.Cosmos.FunctionalTests/Query/Relationships/InProjection/JsonRelationshipsInProjectionNoTrackingQueryCosmosTest.cs

-317
This file was deleted.

Diff for: test/EFCore.Cosmos.FunctionalTests/Query/Relationships/JsonRelationshipsQueryCosmosFixture.cs renamed to test/EFCore.Cosmos.FunctionalTests/Query/Relationships/OwnedJsonRelationshipsCosmosFixture.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Microsoft.EntityFrameworkCore.Query.Relationships;
77

8-
public class JsonRelationshipsQueryCosmosFixture : JsonRelationshipsQueryFixtureBase
8+
public class OwnedJsonRelationshipsCosmosFixture : OwnedJsonRelationshipsFixtureBase
99
{
1010
public TestSqlLoggerFactory TestSqlLoggerFactory
1111
=> (TestSqlLoggerFactory)ListLoggerFactory;

0 commit comments

Comments
 (0)