From be9cd599514febe63686cfcb3b8e742d361390c7 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Wed, 8 May 2013 17:29:18 +0200 Subject: [PATCH] Add chatroom test concerning localstorage --- spec/MainSpec.js | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/spec/MainSpec.js b/spec/MainSpec.js index 8154acc63..5c8d6ffc9 100644 --- a/spec/MainSpec.js +++ b/spec/MainSpec.js @@ -453,7 +453,7 @@ // onConnected method newchatboxes.onConnected(); expect(newchatboxes.length).toEqual(6); - // Check that the roster items retrieved from localStorage + // Check that the chatboxes items retrieved from localStorage // have the same attributes values as the original ones. attrs = ['id', 'box_id', 'visible']; for (i=0; i