Replace selectable name sets with a country that owns names and climate presets.
Create picks a country; climate is rolled from the school seed and stored. Old Slavic saves lift as Russia. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -8,7 +8,7 @@ public class GoldenRosterTests
|
||||
public void GoldenRoster_MatchesFixture()
|
||||
{
|
||||
var roster = Fixtures.Generate(Fixtures.Classrooms(4));
|
||||
var actual = RosterFingerprint.Format(roster, Fixtures.SchoolSeed, "Slavic", Native);
|
||||
var actual = RosterFingerprint.Format(roster, Fixtures.SchoolSeed, "Russia", Native);
|
||||
var relative = Path.Combine("golden", "roster.txt");
|
||||
var output = Path.Combine(AppContext.BaseDirectory, relative);
|
||||
var source = Path.Combine(Fixtures.RepoRoot(), "tests", "HSchool.People.Tests", relative);
|
||||
|
||||
Reference in New Issue
Block a user