diff options
author | Jan Lehnardt <jan@apache.org> | 2009-08-16 17:32:34 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-08-16 17:32:34 +0000 |
commit | 8385f5dc3167578bd24806d21a5f0f1f6ec3250b (patch) | |
tree | 18d43a4f32f84ec9d1fb810a08cf377bf66401c2 /share/www/custom_test.html | |
parent | fa7efcbf4108c560f273fbd6f42fc4c18168eb61 (diff) |
make tests fast again, use X-Couch-Full-Commit:false for all db operations
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@804727 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/custom_test.html')
-rw-r--r-- | share/www/custom_test.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/custom_test.html b/share/www/custom_test.html index 14301e00..a2a79091 100644 --- a/share/www/custom_test.html +++ b/share/www/custom_test.html @@ -88,7 +88,7 @@ specific language governing permissions and limitations under the License. <td class="code"> <textarea name="code" id="code" rows="18" cols="120"> couchTests.custom_test = function(debug) { - var db = new CouchDB("test_suite_db"); + var db = new CouchDB("test_suite_db", {"X-Couch-Full-Commit":"false"}); db.deleteDb(); db.createDb(); |