Mark failed with an X
This commit is contained in:
parent
6d3db35cfc
commit
dda5448e59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user