Mark failed with an X

This commit is contained in:
Tim Young 2018-09-27 14:43:32 -05:00
parent 6d3db35cfc
commit dda5448e59
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace EduNetworkBuilder
if (HasTest) donstr = "+ ";
else donstr = "- ";
if (PassedTest) donstr = "$ ";
if (FailedTest) donstr = "$ ";
if (FailedTest) donstr = "X ";
return donstr + level + " " + this.Title;
}
else