Skip to content

Commit

Permalink
Re-enable Save_required_one_to_one_changed_by_reference
Browse files Browse the repository at this point in the history
Fixes #11553
  • Loading branch information
ajcvickers committed Jul 2, 2019
1 parent e48f9a2 commit 5c450f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/EFCore.Specification.Tests/ProxyGraphUpdatesTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,7 @@ public virtual void Save_changed_optional_one_to_one(ChangeMechanism changeMecha

[ConditionalTheory]
[InlineData((int)ChangeMechanism.Dependent)]
// #11553
//[InlineData((int)ChangeMechanism.Principal)]
[InlineData((int)ChangeMechanism.Principal)]
[InlineData((int)ChangeMechanism.Fk)]
[InlineData((int)(ChangeMechanism.Principal | ChangeMechanism.Dependent))]
[InlineData((int)(ChangeMechanism.Principal | ChangeMechanism.Fk))]
Expand Down

0 comments on commit 5c450f1

Please sign in to comment.