comparison CONTRIBUTORS @ 5800:44835b81c956

test_admin_notifications: fix index test dependency The index test only worked because another test had prepared some database state it relied on. More specifically, the index test creates a notification as a newly created user, but that user had not been committed to the database yet. When running the index test standalone, this causes the error: IntegrityError: (IntegrityError) NOT NULL constraint failed: notifications.created_by u'INSERT INTO notifications (subject, body, created_by, created_on, type) VALUES (?, ?, ?, ?, ?)' (u'test_notification_1', u'notification_1', None, '2016-03-11 21:15:19.066402', u'message') By committing the database after the user is created, the problem is solved.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Fri, 11 Mar 2016 22:20:04 +0100
parents d21305f7f166
children 6feed82b76a3
comparison
equal deleted inserted replaced
5799:ebf5f02f13e2 5800:44835b81c956