summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
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, _}} =