diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2015-04-08 15:31:28 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2015-04-08 15:31:28 +0300 |
commit | 9b4942890d251bf8d8bb373984c8e441eafdd300 (patch) | |
tree | 91ded173af99064e6fd374487bcc3ea40b28d491 /test | |
parent | Add SQLite3 library checks at the configure script (diff) |
Add virtual host support for SQLite
Diffstat (limited to 'test')
-rw-r--r-- | test/ejabberd_SUITE.erl | 1 | ||||
-rw-r--r-- | test/ejabberd_SUITE_data/ejabberd.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/ejabberd_SUITE.erl b/test/ejabberd_SUITE.erl index ec60b728d..a90ebdb69 100644 --- a/test/ejabberd_SUITE.erl +++ b/test/ejabberd_SUITE.erl @@ -35,7 +35,6 @@ init_per_suite(Config) -> LDIFFile = filename:join([DataDir, "ejabberd.ldif"]), {ok, _} = file:copy(ExtAuthScript, filename:join([CWD, "extauth.py"])), {ok, _} = ldap_srv:start(LDIFFile), - file:delete("/tmp/ejabberd_test.db"), ok = application:start(ejabberd), NewConfig. diff --git a/test/ejabberd_SUITE_data/ejabberd.yml b/test/ejabberd_SUITE_data/ejabberd.yml index 1714464d5..b23c69271 100644 --- a/test/ejabberd_SUITE_data/ejabberd.yml +++ b/test/ejabberd_SUITE_data/ejabberd.yml @@ -57,7 +57,6 @@ Welcome to this XMPP server." mod_version: [] "sqlite.localhost": odbc_type: sqlite - odbc_database: "/tmp/ejabberd_test.db" auth_method: odbc modules: mod_announce: |