diff options
author | Jan Lehnardt <jan@apache.org> | 2009-03-18 12:28:38 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-03-18 12:28:38 +0000 |
commit | 868680a8ff740f221e71c010acfd846aa4ede91e (patch) | |
tree | e2a266b769f68f653aa715c0dd6941f575f73435 | |
parent | c00ee45c038cab729b6ca8741dbc3e7eb9000161 (diff) |
reflect filename change in the loadTest() function
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@755577 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | share/www/script/couch_tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index 3d2585e8..79fd6306 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -30,7 +30,7 @@ loadTest("delayed_commits.js"); loadTest("all_docs.js"); loadTest("conflicts.js"); loadTest("recreate_doc.js"); -loadTest("copy_move_doc.js"); +loadTest("copy_doc.js"); loadTest("uuids.js"); loadTest("bulk_docs.js"); loadTest("lots_of_docs.js"); |