summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-09-14 10:15:48 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-09-14 10:15:48 +0300
commit93b5a3a8092f52063cbca3ab661c7c6bae43c512 (patch)
tree29a4333fa05497c2b87fadb824e09e7002a0d5e4 /test/src
parent2eec79191f25368fe60435d5829c028e57426841 (diff)
downloadrabbitmq-server-git-93b5a3a8092f52063cbca3ab661c7c6bae43c512.tar.gz
Introduce per-user hashing functions, default to SHA-256
References #270.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/rabbit_tests.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/rabbit_tests.erl b/test/src/rabbit_tests.erl
index 188222057b..7a36e01f5b 100644
--- a/test/src/rabbit_tests.erl
+++ b/test/src/rabbit_tests.erl
@@ -1015,6 +1015,9 @@ test_user_management() ->
TestTags([administrator]),
TestTags([]),
+ %% hashing functions
+ %% TODO
+
%% vhost creation
ok = control_action(add_vhost, ["/testhost"]),
{error, {vhost_already_exists, _}} =