You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/09/05 23:10:49 UTC

[14/14] couch-mrview commit: updated refs/heads/master to d548785

Merge remote-tracking branch 'origin/1963-eunit-bigcouch'


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/commit/d5487852
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/tree/d5487852
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/diff/d5487852

Branch: refs/heads/master
Commit: d5487852a8c5d52bfa4b0e980772b14a145edf78
Parents: 08cbd5a cc9c436
Author: Robert Newson <rn...@apache.org>
Authored: Fri Sep 5 12:49:43 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Fri Sep 5 12:49:43 2014 +0100

----------------------------------------------------------------------
 src/couch_mrview_test_util.erl           |   6 +-
 test/01-load.t                           |  34 -----
 test/02-map-views.t                      | 120 -----------------
 test/03-red-views.t                      |  78 -----------
 test/04-index-info.t                     |  43 ------
 test/05-collation.t                      | 164 ----------------------
 test/06-all-docs.t                       | 127 -----------------
 test/07-compact-swap.t                   |  57 --------
 test/couch_mrview_all_docs_tests.erl     | 140 +++++++++++++++++++
 test/couch_mrview_collation_tests.erl    | 187 ++++++++++++++++++++++++++
 test/couch_mrview_compact_tests.erl      |  86 ++++++++++++
 test/couch_mrview_index_info_tests.erl   |  75 +++++++++++
 test/couch_mrview_map_views_tests.erl    | 123 +++++++++++++++++
 test/couch_mrview_modules_load_tests.erl |  37 +++++
 test/couch_mrview_red_views_tests.erl    |  95 +++++++++++++
 15 files changed, 746 insertions(+), 626 deletions(-)
----------------------------------------------------------------------