~cmiller/ubuntu/karmic/couchdb/fix-init-overeager-su

« back to all changes in this revision

Viewing changes to share/www/script/test/view_multi_key_all_docs.js

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine, Elliot Murphy
  • Date: 2009-08-24 15:44:14 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090824154414-c9fytg3azvyuc8z3
Tags: 0.10.0~svn806985-0ubuntu1
* First snapshot of couchdb 0.10pre, from
  http://build.couchdb.org/0.10.x-UNOFFICIAL (LP: #418288)
* debian/postinst
  - Make /etc/couchdb/local.ini world readable (LP: #403575)

[Elliot Murphy]
* Added debian/patches/oauth_ini_users.patch from
  http://issues.apache.org/jira/browse/COUCHDB-478

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
2
 
// use this file except in compliance with the License.  You may obtain a copy
3
 
// of the License at
 
2
// use this file except in compliance with the License. You may obtain a copy of
 
3
// the License at
4
4
//
5
5
//   http://www.apache.org/licenses/LICENSE-2.0
6
6
//
7
7
// Unless required by applicable law or agreed to in writing, software
8
8
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
9
 
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
 
9
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
10
10
// License for the specific language governing permissions and limitations under
11
11
// the License.
12
12
 
13
13
couchTests.view_multi_key_all_docs = function(debug) {
14
 
  var db = new CouchDB("test_suite_db");
 
14
  var db = new CouchDB("test_suite_db", {"X-Couch-Full-Commit":"false"});
15
15
  db.deleteDb();
16
16
  db.createDb();
17
17
  if (debug) debugger;