1
0
Fork 0

Add an asterisk to the toplevel testss

This commit is contained in:
Willi Goesgens 2015-05-21 16:18:57 +02:00
parent c418f10729
commit 897619d8b2
1 changed files with 1 additions and 1 deletions

View File

@ -1885,7 +1885,7 @@ function unitTestPrettyPrintResults(r) {
var isSuccess = true;
var oneOutput = "";
oneOutput = "Testrun: " + testrun + "\n";
oneOutput = "* Testrun: " + testrun + "\n";
var successTests = {};
for (test in r[testrun]) {
if (r[testrun].hasOwnProperty(test) && (internalMembers.indexOf(test) === -1)) {