From 4e7936da17e300a6fc962d444761ba142455567b Mon Sep 17 00:00:00 2001 From: Russell Brown Date: Mon, 6 Jan 2014 21:35:04 +0000 Subject: [PATCH] Riak 2.0 allow_mult defaults to true --- tests/validate_nval_etc.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/validate_nval_etc.erl b/tests/validate_nval_etc.erl index 4af45b35..4142bb9c 100644 --- a/tests/validate_nval_etc.erl +++ b/tests/validate_nval_etc.erl @@ -28,7 +28,7 @@ -include_lib("eunit/include/eunit.hrl"). -define(BUCKET, <<"test">>). --define(DEFAULT_PROPS, [{allow_mult,false}, +-define(DEFAULT_PROPS, [{allow_mult,true}, {basic_quorum,false}, {big_vclock,50}, {chash_keyfun,{riak_core_util,chash_std_keyfun}},