From: Paweł Chmielowski Date: Mon, 27 Feb 2017 09:45:15 +0000 (+0100) Subject: Update tests to cyrsasl modifications X-Git-Tag: 17.03~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac548f2e9505e20d078006ba0cb246e55b82e515;p=ejabberd Update tests to cyrsasl modifications --- diff --git a/test/ejabberd_cyrsasl_test.exs b/test/ejabberd_cyrsasl_test.exs index a4367ff8d..25cf5d637 100644 --- a/test/ejabberd_cyrsasl_test.exs +++ b/test/ejabberd_cyrsasl_test.exs @@ -29,7 +29,7 @@ defmodule EjabberdCyrsaslTest do :ok = start_module(:stringprep) {:ok, _} = start_module(:jid) :ok = :ejabberd_config.start(["domain1"], []) - :ok = :cyrsasl.start + :ok = :cyrsasl.start_link cyrstate = :cyrsasl.server_new("domain1", "domain1", "domain1", :ok, &get_password/1, &check_password/3, &check_password_digest/5) setup_anonymous_mocks()