Commit a2f81ceb authored by XhmikosR's avatar XhmikosR

phantom.js: switch to unicode characters that work on Windows too.

parent 280f6c5d
...@@ -52,9 +52,9 @@ ...@@ -52,9 +52,9 @@
QUnit.moduleDone(function (obj) { QUnit.moduleDone(function (obj) {
if (obj.failed === 0) { if (obj.failed === 0) {
console.log('\r\u2714 All tests passed in "' + obj.name + '" module') console.log('\r\u221A All tests passed in "' + obj.name + '" module')
} else { } else {
console.log('\u2716 ' + obj.failed + ' tests failed in "' + obj.name + '" module') console.log('\u00D7 ' + obj.failed + ' tests failed in "' + obj.name + '" module')
} }
sendMessage('qunit.moduleDone', obj.name, obj.failed, obj.passed, obj.total) sendMessage('qunit.moduleDone', obj.name, obj.failed, obj.passed, obj.total)
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment