aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-21 14:18:20 +0100
committerLoïc Hoguin <[email protected]>2018-11-21 14:21:14 +0100
commitbbc152ba8333c923b4eb9a64f4a0bb02e6ab15f0 (patch)
tree09671ed2ecdd2f5e1935359272d049a8e7e4220b
parent84e474d2126118730813f85208ce443ac1343474 (diff)
downloadcowboy-bbc152ba8333c923b4eb9a64f4a0bb02e6ab15f0.tar.gz
cowboy-bbc152ba8333c923b4eb9a64f4a0bb02e6ab15f0.tar.bz2
cowboy-bbc152ba8333c923b4eb9a64f4a0bb02e6ab15f0.zip
Rename sec_SUITE to security_SUITE
-rw-r--r--test/security_SUITE.erl (renamed from test/sec_SUITE.erl)4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/sec_SUITE.erl b/test/security_SUITE.erl
index 75ac483..4d8a68c 100644
--- a/test/sec_SUITE.erl
+++ b/test/security_SUITE.erl
@@ -12,19 +12,17 @@
%% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--module(sec_SUITE).
+-module(security_SUITE).
-compile(export_all).
-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
--import(ct_helper, [get_remote_pid_tcp/1]).
-import(cowboy_test, [gun_open/1]).
-import(cowboy_test, [raw_open/1]).
-import(cowboy_test, [raw_send/2]).
-import(cowboy_test, [raw_recv_head/1]).
-import(cowboy_test, [raw_recv/3]).
--import(cowboy_test, [raw_expect_recv/2]).
%% ct.