summaryrefslogtreecommitdiff
path: root/share/www/script/couch_tests.js
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-05-13 03:33:31 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-05-13 03:33:31 +0000
commitdb55453ae3ea2c1952ee6c114c733dc934e25682 (patch)
tree3eea5299ea0c1e6d9f5cc55f38fe7fb1fab9ea2c /share/www/script/couch_tests.js
parentc596db1079f5a062a89c4c70dbb1e2929f7b0d84 (diff)
Closes COUCHDB-334 - Add JSONP support to CouchDB
Use JSONP by providing a ?callback=function_name URL paramter for any URL returning JSON data. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@774180 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/couch_tests.js')
-rw-r--r--share/www/script/couch_tests.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js
index 6528835d..f7c26d01 100644
--- a/share/www/script/couch_tests.js
+++ b/share/www/script/couch_tests.js
@@ -42,6 +42,7 @@ loadTest("design_options.js");
loadTest("multiple_rows.js");
loadTest("large_docs.js");
loadTest("utf8.js");
+loadTest("jsonp.js");
loadTest("attachments.js");
loadTest("attachment_names.js");
loadTest("attachment_paths.js");