Skip to content

Commit

Permalink
Wording change in test runner
Browse files Browse the repository at this point in the history
Closes #3245
  • Loading branch information
marijnh committed Sep 2, 2015
1 parent 94ae2e1 commit 6d4cd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -204,7 +204,7 @@ <h2>Test Suite</h2>
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";
Expand Down

0 comments on commit 6d4cd33

Please sign in to comment.