Skip to content

Commit

Permalink
Adding comment how to test for refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergHoffmannatGitHub committed Jan 12, 2025
1 parent 1c1f6a5 commit 3020154
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions FamilyShow.Tests/Controls/Diagram/DiagramLogicTest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespace FamilyShow.Tests.Controls.Diagram;

public class DiagramLogicTest
{
// I have not found a way to set up DiagramLogic so that I can fill
// MinimumYear.get with values for PersonLookup and Connections. Until then,
// MinimumYear.get has to be tested on the complete system by loading
// different data sets. This ensures that each path is run through at least
// once.
// The following data records provide the following result:
// Windsor.familyx 1841
// Kennedy.ged 1821
}

0 comments on commit 3020154

Please sign in to comment.