diff options
| author | XhmikosR <[email protected]> | 2015-04-30 09:55:04 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-05-05 06:58:54 +0300 |
| commit | a2f81ceb57145ea7c36a603da82d47e7c61bfcad (patch) | |
| tree | 5ff3fe2764f7c3e6fe2c52951a1f596e1e32e0d1 /js | |
| parent | 280f6c5d5c375ee33f434a39803229fa97ef5149 (diff) | |
| download | bootstrap-a2f81ceb57145ea7c36a603da82d47e7c61bfcad.tar.xz bootstrap-a2f81ceb57145ea7c36a603da82d47e7c61bfcad.zip | |
phantom.js: switch to unicode characters that work on Windows too.
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/unit/phantom.js | 4 |
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) }) |
