Skip to content
Snippets Groups Projects
Commit 6d4cd33b authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Wording change in test runner

Closes #3245
parent 94ae2e1c
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@
progress.style.width = (count * (progress.parentNode.clientWidth - 2) / totalTests) + "px";
progressRan.nodeValue = count;
if (type == "ok") {
message = "Test '" + name + "' succeeded";
message = "Test '" + name + "' passed";
if (!verbose) customMessage = false;
} else if (type == "skipped") {
message = "Test '" + name + "' skipped";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment