aboutsummaryrefslogtreecommitdiff
path: root/test/suite.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite.hrl')
-rw-r--r--test/suite.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/suite.hrl b/test/suite.hrl
index 5463575a8..fb6b4f3ac 100644
--- a/test/suite.hrl
+++ b/test/suite.hrl
@@ -1,5 +1,5 @@
-include_lib("common_test/include/ct.hrl").
--include_lib("p1_xml/include/xml.hrl").
+-include_lib("fast_xml/include/fxml.hrl").
-include("ns.hrl").
-include("ejabberd.hrl").
-include("mod_proxy65.hrl").
@@ -74,6 +74,7 @@
-define(COMMON_VHOST, <<"localhost">>).
-define(MNESIA_VHOST, <<"mnesia.localhost">>).
+-define(REDIS_VHOST, <<"redis.localhost">>).
-define(MYSQL_VHOST, <<"mysql.localhost">>).
-define(PGSQL_VHOST, <<"pgsql.localhost">>).
-define(SQLITE_VHOST, <<"sqlite.localhost">>).