24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

Comment on error failures in logs + indenting

This commit is contained in:
Mickael Remond 2016-03-21 09:42:59 +01:00
parent 939bb244e1
commit 0e3026539e

View File

@ -18,6 +18,17 @@
# #
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Notes on the tests:
#
# This test suite will print out errors in logs for tests:
#
# test "Error in run_fold is ignored"
# test "Throw in run_fold is ignored"
# test "Exit in run_fold is ignored"
#
# Those tests are not failing and we can safely ignore those errors in
# log as we are exercising hook handler recovery from that situation.
defmodule EjabberdHooksTest do defmodule EjabberdHooksTest do
use ExUnit.Case, async: true use ExUnit.Case, async: true