You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by br...@apache.org on 2013/06/25 22:04:03 UTC

[03/17] git commit: Brand: Care Bear

Brand: Care Bear


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/0c233ba5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/0c233ba5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/0c233ba5

Branch: refs/heads/next
Commit: 0c233ba5f72c3031e677f50ca2efd3a1004ea1d2
Parents: 24007e4
Author: Josh Soref <js...@rim.com>
Authored: Tue Jun 18 15:39:41 2013 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Jun 18 19:03:29 2013 -0400

----------------------------------------------------------------------
 test/unit/client/console.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/0c233ba5/test/unit/client/console.js
----------------------------------------------------------------------
diff --git a/test/unit/client/console.js b/test/unit/client/console.js
index 438d2e7..b281539 100644
--- a/test/unit/client/console.js
+++ b/test/unit/client/console.js
@@ -62,8 +62,8 @@ describe("console", function () {
 
         it("uses the prefix when erroring", function () {
             spyOn(console, "error");
-            _console.error("Carebears Stare");
-            expect(console.error).toHaveBeenCalledWith("PLATFORM :: Carebears Stare");
+            _console.error("Care Bear Stare");
+            expect(console.error).toHaveBeenCalledWith("PLATFORM :: Care Bear Stare");
         });
 
         it("uses the prefix when warning", function () {