author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
Fri, 22 May 2009 00:58:04 +0200 | |
branch | stable |
changeset 1901 | 8681962e171e |
parent 1900 | 8dd4bb69c73d |
child 1902 | d38a46498eb9 |
--- a/web/test/unittest_views_basecontrollers.py Fri May 22 00:52:18 2009 +0200 +++ b/web/test/unittest_views_basecontrollers.py Fri May 22 00:58:04 2009 +0200 @@ -562,7 +562,7 @@ ('eid', 'firstname:%s' % eid, '__maineid', '__type:%s'% eid, 'edits-firstname:%s' % eid ), (str(eid), u'Remi', str(eid), 'CWUser', self.john.firstname), 'firstname', - eid) + eid, 'default_value') self.commit() rset = self.execute('CWUser P') # make sure we did not insert a new cwuser here