aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-04-30 09:55:04 +0300
committerXhmikosR <[email protected]>2015-05-05 06:58:54 +0300
commita2f81ceb57145ea7c36a603da82d47e7c61bfcad (patch)
tree5ff3fe2764f7c3e6fe2c52951a1f596e1e32e0d1
parent280f6c5d5c375ee33f434a39803229fa97ef5149 (diff)
downloadbootstrap-a2f81ceb57145ea7c36a603da82d47e7c61bfcad.tar.xz
bootstrap-a2f81ceb57145ea7c36a603da82d47e7c61bfcad.zip
phantom.js: switch to unicode characters that work on Windows too.
-rw-r--r--js/tests/unit/phantom.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/unit/phantom.js b/js/tests/unit/phantom.js
index f6f0ac00f..3ed3b3ea3 100644
--- a/js/tests/unit/phantom.js
+++ b/js/tests/unit/phantom.js
@@ -52,9 +52,9 @@
QUnit.moduleDone(function (obj) {
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 {
- 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)
})