diff options
author | Robert Newson <rnewson@apache.org> | 2011-05-28 16:50:32 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2011-05-28 16:50:32 +0000 |
commit | 697dfceee48e6dad03c2f023b5ebe0e75f5ba5cf (patch) | |
tree | 2bc170c12a0575fe9ca0f2da1d418e2e72e0f1bb /share/www/script/couch_tests.js | |
parent | cc9965f8a703f2140e1e4ad2ddf2117653195946 (diff) | |
parent | 31e900ee642e672cec0b7b561c4bb596e1acf9a5 (diff) |
tagging 1.1.0
git-svn-id: https://svn.apache.org/repos/asf/couchdb/tags/1.1.0@1128705 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"); |