Mark failed with an X
This commit is contained in:
parent
6d3db35cfc
commit
dda5448e59
@ -35,7 +35,7 @@ namespace EduNetworkBuilder
|
|||||||
if (HasTest) donstr = "+ ";
|
if (HasTest) donstr = "+ ";
|
||||||
else donstr = "- ";
|
else donstr = "- ";
|
||||||
if (PassedTest) donstr = "$ ";
|
if (PassedTest) donstr = "$ ";
|
||||||
if (FailedTest) donstr = "$ ";
|
if (FailedTest) donstr = "X ";
|
||||||
return donstr + level + " " + this.Title;
|
return donstr + level + " " + this.Title;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user