Fix tests

pull/60/head
Raphaël Vinot 2017-03-09 16:41:07 +01:00
parent fc80e711a9
commit 166724828c
1 changed files with 2 additions and 1 deletions

View File

@ -219,6 +219,7 @@ class TestOffline(unittest.TestCase):
p.add_internal_comment(evt, 'foobar')
p.add_internal_text(evt, 'foobar')
p.add_internal_other(evt, 'foobar')
p.add_attachment(evt, "testFile", "Attacment added!")
p.add_attachment(evt, "testFile")
if __name__ == '__main__':
unittest.main()