summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Cogoluègnes <acogoluegnes@gmail.com>2017-02-13 10:39:41 +0100
committerArnaud Cogoluègnes <acogoluegnes@gmail.com>2017-02-13 10:39:41 +0100
commitcb3c935ddb289498cfe8507c32c5890719954687 (patch)
treee3563c9be5b8a830d9870cfeb676c985ffbc2847
parent3e7c540eb6f708edc45381cc2aee83f6095d9d69 (diff)
downloadrabbitmq-server-git-cb3c935ddb289498cfe8507c32c5890719954687.tar.gz
Polish proxy protocol test suite
Set copyright year to 2017, add rabbit_ct_helpers:testcase_started() call. References #589
-rw-r--r--test/proxy_protocol_SUITE.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/proxy_protocol_SUITE.erl b/test/proxy_protocol_SUITE.erl
index cbc203ffaf..136d2bb980 100644
--- a/test/proxy_protocol_SUITE.erl
+++ b/test/proxy_protocol_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2011-2016 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2017 Pivotal Software, Inc. All rights reserved.
%%
-module(proxy_protocol_SUITE).
@@ -58,8 +58,8 @@ end_per_suite(Config) ->
init_per_group(_, Config) -> Config.
end_per_group(_, Config) -> Config.
-init_per_testcase(_Testcase, Config) ->
- Config.
+init_per_testcase(Testcase, Config) ->
+ rabbit_ct_helpers:testcase_started(Config, Testcase).
end_per_testcase(Testcase, Config) ->
rabbit_ct_helpers:testcase_finished(Config, Testcase).