Put mocking toys away when we're done with them BugzID: 17230
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/commit/05538631 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/tree/05538631 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/diff/05538631 Branch: refs/heads/import Commit: 05538631fb5f7fe5f66938addc263a15b94a68b3 Parents: 3d58e43 Author: Adam Kocoloski <[email protected]> Authored: Mon Feb 11 23:03:24 2013 -0500 Committer: Adam Kocoloski <[email protected]> Committed: Mon Feb 11 23:03:24 2013 -0500 ---------------------------------------------------------------------- src/fabric_view.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/05538631/src/fabric_view.erl ---------------------------------------------------------------------- diff --git a/src/fabric_view.erl b/src/fabric_view.erl index 48cbe9a..e363a50 100644 --- a/src/fabric_view.erl +++ b/src/fabric_view.erl @@ -317,7 +317,8 @@ remove_overlapping_shards_test() -> remove_overlapping_shards(#shard{name=list_to_atom("node-3"), node=list_to_atom("node-3"), range=[11,20]}, - Shards)),7). + Shards)),7), + meck:unload(rexi). mk_cnts(Ranges) -> Shards = lists:map(fun(Range) ->
