Track which puzzles we have regression testing for

This commit is contained in:
Tim Young 2018-09-21 12:40:51 -05:00
parent 4b16ba8be0
commit ea710bd92f
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ namespace EduNetworkBuilder
MPE.isdone = wasfinished;
MPE.level = tag;
MPE.InRegressionMode = true;
MPE.HasTest = oursettings.HasReplay(puzzle_name);
if (selected == "" && !wasfinished) selected = shown_name; //Select the first unfinished puzzle
lbWindowData.Items.Add(MPE);
break;