diff options
Diffstat (limited to 'test/functional/lua/miltertest/mt3.lua')
-rw-r--r-- | test/functional/lua/miltertest/mt3.lua | 12 |
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() |