]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
phantom.js: switch to unicode characters that work on Windows too.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 30 Apr 2015 06:55:04 +0000 (09:55 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 5 May 2015 03:58:54 +0000 (06:58 +0300)
js/tests/unit/phantom.js

index f6f0ac00fd5c1cfe6ede53cdceb5d1ac744afbbf..3ed3b3ea37ad12f3ef4b24b9a17e1f8e335ce9c2 100644 (file)
@@ -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)
   })