aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-06-27 22:23:23 +0200
committerJames Lal <james@lightsofapollo.com>2012-06-27 22:23:23 +0200
commit51c84cac962d09fedbfd9481f6dc66120e12c46b (patch)
tree0d16cfea7110797705f1165b237a5a3da462f07f /test
parentc351e9975cee59131839bc6823e0a3e8c2a3d6cf (diff)
downloadjsCalDAV-51c84cac962d09fedbfd9481f6dc66120e12c46b.tar.gz
Browser packaging
Diffstat (limited to 'test')
-rw-r--r--test/webcals/index_test.js13
-rw-r--r--test/webcals/resource_root_test.js5
2 files changed, 18 insertions, 0 deletions
diff --git a/test/webcals/index_test.js b/test/webcals/index_test.js
new file mode 100644
index 0000000..21a770c
--- /dev/null
+++ b/test/webcals/index_test.js
@@ -0,0 +1,13 @@
+testSupport.require('/webcals');
+
+suite('webcals', function() {
+
+ test('namespaces', function() {
+ assert.ok(sax);
+ assert.ok(Webcals);
+ assert.ok(Webcals.Request);
+ assert.ok(Webcals.Templates);
+ assert.ok(Webcals.Xhr);
+ });
+
+});
diff --git a/test/webcals/resource_root_test.js b/test/webcals/resource_root_test.js
new file mode 100644
index 0000000..4af8286
--- /dev/null
+++ b/test/webcals/resource_root_test.js
@@ -0,0 +1,5 @@
+testSupport.lib('template');
+
+suite('resource_root', function() {
+
+});