diff options
author | Jan Lehnardt <jan@apache.org> | 2009-08-18 13:57:37 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-08-18 13:57:37 +0000 |
commit | bc185008d8e891d406a938756b5f091c41fe3fa1 (patch) | |
tree | be77d93887f3e742605676a0db7bec998fa935e3 /share/www/script | |
parent | 2ca6b9383da5bada660d835680c73b18224de10d (diff) |
add missing files to distro, devs, please learn the minimal autotools bits for adding new files, adjust test name, closes COUCHDB-473
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@805416 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script')
-rw-r--r-- | share/www/script/test/form_submit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/form_submit.js b/share/www/script/test/form_submit.js index 3fed9d75..39833d1a 100644 --- a/share/www/script/test/form_submit.js +++ b/share/www/script/test/form_submit.js @@ -11,7 +11,7 @@ // the License. // Do some basic tests. -couchTests.form_upload = function(debug) { +couchTests.form_submit = function(debug) { var db = new CouchDB("test_suite_db", {"X-Couch-Full-Commit":"false"}); db.deleteDb(); db.createDb(); |