summaryrefslogtreecommitdiffstats
path: root/test/functional/lua/miltertest/mt3.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/lua/miltertest/mt3.lua')
-rw-r--r--test/functional/lua/miltertest/mt3.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/functional/lua/miltertest/mt3.lua b/test/functional/lua/miltertest/mt3.lua
new file mode 100644
index 0000000..6b30126
--- /dev/null
+++ b/test/functional/lua/miltertest/mt3.lua
@@ -0,0 +1,12 @@
+print('Check we will rewrite subjects')
+
+dofile './lib.lua'
+dofile './data.lua'
+
+setup()
+
+send_message(gtube_rw_subject)
+check_accept()
+check_subject_rw()
+
+teardown()