From 12b58b98705ff0e03d295ede33fae6019fc369e0 Mon Sep 17 00:00:00 2001 From: Pablo Polvorin Date: Fri, 22 Jul 2016 16:25:54 -0300 Subject: [PATCH] Fix elixir test case: stringprep was required --- test/acl_test.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/acl_test.exs b/test/acl_test.exs index 551c74ae0..c5482727f 100644 --- a/test/acl_test.exs +++ b/test/acl_test.exs @@ -26,6 +26,7 @@ defmodule ACLTest do setup_all do :ok = :mnesia.start :ok = :jid.start + :ok = :stringprep.start :ok = :ejabberd_config.start(["domain1", "domain2"], []) :ok = :acl.start end -- 2.40.0