]> granicus.if.org Git - ejabberd/commitdiff
stringprep might already be started
authorPablo Polvorin <pablo@work>
Fri, 22 Jul 2016 22:15:56 +0000 (19:15 -0300)
committerPablo Polvorin <pablo@work>
Fri, 22 Jul 2016 22:15:56 +0000 (19:15 -0300)
Depending on the way the test us ran
(full test suite or the elixir quicktest one)
the stringprep might already be loaded.

test/acl_test.exs

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