Skip to content

Commit 6ecd3cc

Browse files
author
Ralf Schlatterbeck
committed
- fix new mailgw test (-c option :-)
1 parent 648c6eb commit 6ecd3cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_mailgw.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,11 @@ def testOptionClass(self):
268268
269269
Message-Id: <dummy_test_message_id>
270270
271-
Subject: [issue] Testing...
271+
Subject: [issue] Testing... [status=chatting;priority=critical]
272272
273273
Hi there!
274274
''', (('-c', 'issue'),))
275+
self.assertEqual(self.db.issue.get(nodeid, 'title'), 'Testing...')
275276
self.assertEqual(self.db.issue.get(nodeid, 'status'), '3')
276277
self.assertEqual(self.db.issue.get(nodeid, 'priority'), '1')
277278

0 commit comments

Comments
 (0)