From d8981b586223af4bffb813e1e76c172828b0810a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 14 Aug 2012 12:29:36 +0200 Subject: Add tests for {active, once} for both TCP and SSL --- test/echo_protocol.erl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/echo_protocol.erl') diff --git a/test/echo_protocol.erl b/test/echo_protocol.erl index 950cb06..6839239 100644 --- a/test/echo_protocol.erl +++ b/test/echo_protocol.erl @@ -1,5 +1,7 @@ -module(echo_protocol). --export([start_link/4, init/4]). + +-export([start_link/4]). +-export([init/4]). start_link(ListenerPid, Socket, Transport, Opts) -> Pid = spawn_link(?MODULE, init, [ListenerPid, Socket, Transport, Opts]), -- cgit v1.2.3