Add a test for Note.next

This commit is contained in:
James Vega 2005-03-21 16:38:05 +00:00
parent 7cf0728633
commit 2aded9511d

View File

@ -81,5 +81,10 @@ class NoteTestCase(PluginTestCase):
self.assertRegexp('note search --regexp m/1,2/', r'#2')
self.assertRegexp('note search --sent test', r'#1')
def testNext(self):
self.assertNotError('note send inkedmn testing')
_ = self.getMsg(' ')
self.assertRegexp('note next', 'testing')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: