diff options
Diffstat (limited to 'share/www')
-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"); |