diff options
author | Paul Joseph Davis <davisp@apache.org> | 2011-01-20 00:51:26 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2011-01-20 00:51:26 +0000 |
commit | 7ab438e99d43acc8898471c13c512124cccca56f (patch) | |
tree | 8fc4d2c5570792b48f0169f1dc2da948d8e2a51c /share/www/script/couch_tests.js | |
parent | 3798ac83517494e2f3435f9093613d0e94bbec43 (diff) | |
parent | c9c334db9fe384265df316459555fe2411fd8231 (diff) |
Tagging the 1.0.2 release. Again.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/tags/1.0.2@1061084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/couch_tests.js')
-rw-r--r-- | share/www/script/couch_tests.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index c5257ea6..896b3538 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -32,6 +32,7 @@ loadTest("basics.js"); loadTest("all_docs.js"); loadTest("attachments.js"); loadTest("attachments_multipart.js"); +loadTest("attachment_conflicts.js"); loadTest("attachment_names.js"); loadTest("attachment_paths.js"); loadTest("attachment_views.js"); |