Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2014-08-08 15:14:29 +0400
committerBen Langfeld <ben@langfeld.me>2014-08-08 15:14:29 +0400
commit1854de6ffd8f0f60404fa9cb59321f7670c925b3 (patch)
treed3caa2bdc0892344cbb17643d4a04bd528c7e784 /tests
parent1ff0aa50a84bee654498e5cdecc05b03e68ea239 (diff)
Add todos for unwritten tests
Diffstat (limited to 'tests')
-rw-r--r--tests/candy/unit/core/event.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/candy/unit/core/event.js b/tests/candy/unit/core/event.js
index f262dab..c17e61f 100644
--- a/tests/candy/unit/core/event.js
+++ b/tests/candy/unit/core/event.js
@@ -18,8 +18,10 @@ define([
bdd.describe('Candy.Core.Event', function () {
testHelper.setupTests(bdd, sinon);
+ // TODO: Test me
bdd.describe('processing strophe connection status events', function () {});
+ // TODO: Test me
bdd.describe('processing requests for client version', function () {});
bdd.describe('processing non-MUC presence', function () {
@@ -539,12 +541,14 @@ define([
});
});
+ // TODO: Test me
bdd.describe('processing lists of bookmarks', function () {
bdd.describe('from pubsub', function () {});
bdd.describe('from private storage', function () {});
});
+ // TODO: Test me
bdd.describe('processing privacy lists', function () {
bdd.describe('which contain an error', function () {});
});
@@ -1817,6 +1821,7 @@ define([
});
});
+ // TODO: Test me
bdd.describe('processing room disco info', function () {});
});
});