diff options
author | Jan Lehnardt <jan@apache.org> | 2009-03-06 00:12:15 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-03-06 00:12:15 +0000 |
commit | a05797474397a1598ac2e3436bd8c1e4e2b8678a (patch) | |
tree | 8f7fb3b82ce1f8a95f2db7387e22259a558729a0 /share/www/script/couch_tests.js | |
parent | 620db891b57c8a429a7f11f23eed302e5479f250 (diff) |
Verify attachment names. They must be utf-8 (closes COUCHDB-280) and must not start with an underscore.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@750695 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 67c3baed..64c366b6 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -41,6 +41,7 @@ loadTest("multiple_rows.js"); loadTest("large_docs.js"); loadTest("utf8.js"); loadTest("attachments.js"); +loadTest("attachment_names.js"); loadTest("attachment_paths.js"); loadTest("attachment_views.js"); loadTest("design_paths.js"); |