diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-05-30 21:12:06 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-05-30 21:12:06 +0000 |
commit | 9e9230c129816dc2ee7092734e72bffb2ac17748 (patch) | |
tree | 72c8419ce3bb95d8e38a8388870e9617e6b0a0da /test/etap | |
parent | 2b4436982461eda62e2e4ee2910663ce2a44c146 (diff) |
Added code coverage report generation target.
To generate reports:
# Assuming etap is installed
$ cd /path/to/couchdb
$ ./bootstrap && ERLC_FLAGS=+debug_info ./configure && make cover
You can browse the report by opening ./cover/index.html in your html consuming software of choice.
Shoutout to Nick Gerakines in THANKS for helping with etap and testing in general.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@780326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap')
-rw-r--r-- | test/etap/030-doc-from-json.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/etap/030-doc-from-json.t b/test/etap/030-doc-from-json.t index bf685c24..2d5eb8f7 100644 --- a/test/etap/030-doc-from-json.t +++ b/test/etap/030-doc-from-json.t @@ -87,11 +87,11 @@ test_from_json_success() -> }, { {[ - {<<"_rev">>, <<"6-something">>}, {<<"_revisions">>, {[ {<<"start">>, 4}, {<<"ids">>, [<<"foo1">>, <<"phi3">>, <<"omega">>]} - ]}} + ]}}, + {<<"_rev">>, <<"6-something">>} ]}, #doc{revs={4, [<<"foo1">>, <<"phi3">>, <<"omega">>]}}, "_revisions attribute are preferred to _rev." |