From: schlatterbeck Date: Thu, 14 Apr 2011 09:21:23 +0000 (+0000) Subject: - fix new mailgw test (-c option :-) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fb10034059c18670cc3ef68113ff1cac553139cb;p=roundup.git - fix new mailgw test (-c option :-) git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4588 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/test/test_mailgw.py b/test/test_mailgw.py index 0d698b6..69c5e07 100644 --- a/test/test_mailgw.py +++ b/test/test_mailgw.py @@ -268,10 +268,11 @@ From: Chef To: issue_tracker@your.tracker.email.domain.example Message-Id: Reply-To: chef@bork.bork.bork -Subject: [issue] Testing... +Subject: [issue] Testing... [status=chatting;priority=critical] Hi there! ''', (('-c', 'issue'),)) + self.assertEqual(self.db.issue.get(nodeid, 'title'), 'Testing...') self.assertEqual(self.db.issue.get(nodeid, 'status'), '3') self.assertEqual(self.db.issue.get(nodeid, 'priority'), '1')