|
15 | 15 | # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
16 | 16 | # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
17 | 17 | # |
18 | | -# $Id: db_test_base.py,v 1.99 2008-08-18 06:57:49 richard Exp $ |
| 18 | +# $Id: db_test_base.py,v 1.100 2008-08-19 00:52:01 richard Exp $ |
19 | 19 |
|
20 | 20 | import unittest, os, shutil, errno, imp, sys, time, pprint, sets, base64, os.path |
21 | 21 |
|
@@ -1764,8 +1764,8 @@ def testAddRemoveProperty(self): |
1764 | 1764 | keys = props.keys() |
1765 | 1765 | keys.sort() |
1766 | 1766 | self.assertEqual(keys, ['activity', 'actor', 'assignedto', 'creation', |
1767 | | - 'creator', 'deadline', 'files', 'fixer', 'foo', 'id', 'messages', |
1768 | | - 'nosy', 'priority', 'spam', 'status', 'superseder']) |
| 1767 | + 'creator', 'deadline', 'feedback', 'files', 'fixer', 'foo', 'id', |
| 1768 | + 'messages', 'nosy', 'priority', 'spam', 'status', 'superseder']) |
1769 | 1769 | self.assertEqual(self.db.issue.list(), ['1']) |
1770 | 1770 |
|
1771 | 1771 | def testNosyMail(self) : |
|
0 commit comments