Skip to content

Commit 7b38f17

Browse files
author
Richard Jones
committed
unit test fix for added property
1 parent c34f4e3 commit 7b38f17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/db_test_base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
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 $
1919

2020
import unittest, os, shutil, errno, imp, sys, time, pprint, sets, base64, os.path
2121

@@ -1764,8 +1764,8 @@ def testAddRemoveProperty(self):
17641764
keys = props.keys()
17651765
keys.sort()
17661766
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'])
17691769
self.assertEqual(self.db.issue.list(), ['1'])
17701770

17711771
def testNosyMail(self) :

0 commit comments

Comments
 (0)