From: Pablo Polvorin Date: Fri, 22 Jul 2016 22:15:56 +0000 (-0300) Subject: stringprep might already be started X-Git-Tag: 16.08~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57aeef74d5f572438d60a0c8e7a4f9c9933d3852;p=ejabberd stringprep might already be started Depending on the way the test us ran (full test suite or the elixir quicktest one) the stringprep might already be loaded. --- diff --git a/test/acl_test.exs b/test/acl_test.exs index c5482727f..4bd8e6989 100644 --- a/test/acl_test.exs +++ b/test/acl_test.exs @@ -26,7 +26,7 @@ defmodule ACLTest do setup_all do :ok = :mnesia.start :ok = :jid.start - :ok = :stringprep.start + :stringprep.start :ok = :ejabberd_config.start(["domain1", "domain2"], []) :ok = :acl.start end