aboutsummaryrefslogtreecommitdiff
path: root/test/suite.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-11-18 13:39:10 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-11-18 13:39:10 +0300
commitf57f267c542a8e6ddbb31cb3ba05c4fd3798f998 (patch)
tree4322c5f5b94f4d4f657aaa2199fc963cfc485bc8 /test/suite.hrl
parentMake common tests working again (diff)
parentAdd auth to mod_http_fileserver (diff)
Merge branch 'master' of github.com:processone/ejabberd
Conflicts: test/ejabberd_SUITE.erl
Diffstat (limited to 'test/suite.hrl')
-rw-r--r--test/suite.hrl3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/suite.hrl b/test/suite.hrl
index 00239f8cf..d9a9c5ab0 100644
--- a/test/suite.hrl
+++ b/test/suite.hrl
@@ -5,6 +5,9 @@
-include("mod_proxy65.hrl").
-include("xmpp_codec.hrl").
+-record(forwarded_decoded, {delay :: #delay{},
+ sub_els = [] :: [fxml:xmlel()]}).
+
-define(STREAM_TRAILER, <<"</stream:stream>">>).
-define(PUBSUB(Node), <<(?NS_PUBSUB)/binary, "#", Node>>).