aboutsummaryrefslogtreecommitdiff
path: root/lib/ct_formatter.ex
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-11-12 13:27:15 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-11-12 13:27:15 +0300
commit78a44e01762e00102f5e3e3f0b49690cc7866c31 (patch)
treeb8ac7773f510ee3c1da4802bce2badc71c34c0b2 /lib/ct_formatter.ex
parentAdd more tests for offline storage (diff)
parentSupport several groups separated by ; in add_rosteritem command (diff)
Merge branch 'master' into xml-ng
Conflicts: src/adhoc.erl src/cyrsasl_oauth.erl src/ejabberd_c2s.erl src/ejabberd_config.erl src/ejabberd_service.erl src/gen_mod.erl src/mod_admin_extra.erl src/mod_announce.erl src/mod_carboncopy.erl src/mod_client_state.erl src/mod_configure.erl src/mod_echo.erl src/mod_mam.erl src/mod_muc.erl src/mod_muc_room.erl src/mod_offline.erl src/mod_pubsub.erl src/mod_stats.erl src/node_flat_sql.erl src/randoms.erl
Diffstat (limited to 'lib/ct_formatter.ex')
-rw-r--r--lib/ct_formatter.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ct_formatter.ex b/lib/ct_formatter.ex
index 47c487ac4..0c301353b 100644
--- a/lib/ct_formatter.ex
+++ b/lib/ct_formatter.ex
@@ -3,7 +3,7 @@ defmodule ExUnit.CTFormatter do
use GenEvent
- import ExUnit.Formatter, only: [format_time: 2, format_filters: 2, format_test_failure: 5,
+ import ExUnit.Formatter, only: [format_time: 2, format_test_failure: 5,
format_test_case_failure: 5]
def init(opts) do