Diff

tests/test_core_s2smanager.lua @ 5720:449399a7e136

Merge
author Matthew Wild <mwild1@gmail.com>
date Sat, 29 Jun 2013 14:45:47 +0100
parent 5604:6df0ec991f2e
child 5776:bd0ff8ae98a8
line wrap: on
line diff
--- a/tests/test_core_s2smanager.lua	Sat Jun 29 14:45:38 2013 +0100
+++ b/tests/test_core_s2smanager.lua	Sat Jun 29 14:45:47 2013 +0100
@@ -6,6 +6,9 @@
 -- COPYING file in the source package for more information.
 --
 
+env = {
+	prosody = { events = require "util.events".new() };
+};
 
 function compare_srv_priorities(csp)
 	local r1 = { priority = 10, weight = 0 }