mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
add draft/persist to chathistory tagmsg test
This commit is contained in:
@ -281,7 +281,7 @@ class ChathistoryTestCase(cases.BaseServerTestCase):
|
|||||||
self.getMessages(1)
|
self.getMessages(1)
|
||||||
self.getMessages(2)
|
self.getMessages(2)
|
||||||
|
|
||||||
self.sendLine(1, '@+client-only-tag-test=success TAGMSG %s' % (chname,))
|
self.sendLine(1, '@+client-only-tag-test=success;+draft/persist TAGMSG %s' % (chname,))
|
||||||
echo = self.getMessages(1)[0]
|
echo = self.getMessages(1)[0]
|
||||||
msgid = echo.tags['msgid']
|
msgid = echo.tags['msgid']
|
||||||
|
|
||||||
@ -308,7 +308,7 @@ class ChathistoryTestCase(cases.BaseServerTestCase):
|
|||||||
self.assertEqual(len(history_tagmsgs), 0)
|
self.assertEqual(len(history_tagmsgs), 0)
|
||||||
|
|
||||||
# now try a DM
|
# now try a DM
|
||||||
self.sendLine(1, '@+client-only-tag-test=success TAGMSG %s' % (c2,))
|
self.sendLine(1, '@+client-only-tag-test=success;+draft/persist TAGMSG %s' % (c2,))
|
||||||
echo = self.getMessages(1)[0]
|
echo = self.getMessages(1)[0]
|
||||||
msgid = echo.tags['msgid']
|
msgid = echo.tags['msgid']
|
||||||
validate_tagmsg(echo, c2, msgid)
|
validate_tagmsg(echo, c2, msgid)
|
||||||
|
Reference in New Issue
Block a user