summaryrefslogtreecommitdiff
path: root/share/www/script/couch_tests.js
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2009-11-14 01:14:59 +0000
committerDamien F. Katz <damien@apache.org>2009-11-14 01:14:59 +0000
commit4faf660a4dfe5849fae96ea7eb15379069c27405 (patch)
tree5adf3ed3d9b8b3810d0f0c60eaa9ead2a6e3b303 /share/www/script/couch_tests.js
parent1d5b30b916dbfb25e28d3c9a2e9d97da0bac0dff (diff)
Better testing of multipart/related
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@836087 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 5c1e2bc3..d991c05d 100644
--- a/share/www/script/couch_tests.js
+++ b/share/www/script/couch_tests.js
@@ -30,6 +30,7 @@ loadTest("basics.js");
// keep sorted
loadTest("all_docs.js");
loadTest("attachments.js");
+loadTest("attachments_multipart.js");
loadTest("attachment_names.js");
loadTest("attachment_paths.js");
loadTest("attachment_views.js");