]> granicus.if.org Git - ejabberd/commitdiff
Fix elixir test case: stringprep was required
authorPablo Polvorin <pablo@work>
Fri, 22 Jul 2016 19:25:54 +0000 (16:25 -0300)
committerPablo Polvorin <pablo@work>
Fri, 22 Jul 2016 19:25:54 +0000 (16:25 -0300)
test/acl_test.exs

index 551c74ae077b35a1db8bc3e0ade72d0027970a2f..c5482727ff7268744ca225a5c1bb74560bc4210d 100644 (file)
@@ -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