diff options
author | Robert Newson <rnewson@apache.org> | 2011-05-26 19:00:19 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2011-05-26 19:00:19 +0000 |
commit | 7c719fe3b113f03e37aced91ab28957e2c4aeab3 (patch) | |
tree | 8e052942e4c687d134695f1dda6d79d010cf9cf2 /share/www/script/couch_tests.js | |
parent | 052284d890277ebe27fc4dea06636669484f4586 (diff) |
COUCHDB-1178 - fix make_first_doc_on_disk function_clause error
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1128039 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 eb573526..4c5c00d6 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -76,6 +76,7 @@ loadTest("reduce.js"); loadTest("reduce_builtin.js"); loadTest("reduce_false.js"); loadTest("reduce_false_temp.js"); +loadTest("regression.js"); loadTest("replication.js"); loadTest("replicator_db.js"); loadTest("rev_stemming.js"); |