summaryrefslogtreecommitdiff
path: root/test/suite.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-07-09 16:38:45 +0400
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-07-10 13:42:31 +0400
commita60dd672b7ff72f9c66cbd3fe00a829e0dfa3956 (patch)
treec7b66f0d8f8e078ab4644f909f03ff5e03851048 /test/suite.hrl
parentAdd SQL to Riak converter (diff)
Add Riak backend to the testing suit
Diffstat (limited to 'test/suite.hrl')
-rw-r--r--test/suite.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/suite.hrl b/test/suite.hrl
index 2c361026..ddd751e2 100644
--- a/test/suite.hrl
+++ b/test/suite.hrl
@@ -59,6 +59,7 @@
-define(PGSQL_VHOST, <<"pgsql.localhost">>).
-define(LDAP_VHOST, <<"ldap.localhost">>).
-define(EXTAUTH_VHOST, <<"extauth.localhost">>).
+-define(RIAK_VHOST, <<"riak.localhost">>).
insert(Val, N, Tuple) ->
L = tuple_to_list(Tuple),