Start regression window with untested and failed checked.

This commit is contained in:
Tim Young 2018-10-17 16:58:03 -05:00
parent 59d8fd7e47
commit e6e6328eca
1 changed files with 2 additions and 1 deletions

View File

@ -160,8 +160,9 @@ namespace EduNetworkBuilder
newCB = AddCheckBox(count++, NoTestString);
newCB = AddCheckBox(count++, PassedString);
newCB = AddCheckBox(count++, FailedString);
newCB.Checked = true; //start with "Failed" checked
newCB = AddCheckBox(count++, Untested);
newCB.Checked = true; //start with this one checked
newCB.Checked = true; //start with "Untested" checked
this.ControlBox = false; //remove the X at the top corner that gives us problems