diff -r a87316d901be -r e103299bccc0 src/cm/tests/test_notifications.py --- a/src/cm/tests/test_notifications.py Sat Mar 01 09:48:26 2014 +0100 +++ b/src/cm/tests/test_notifications.py Tue Mar 04 13:28:35 2014 +0100 @@ -7,7 +7,7 @@ from cm.models_utils import * class NotificationTest(TestCase): - fixtures = ['roles_generic','test_content'] + fixtures = ['initial_data', 'roles_generic','test_content'] def setUp(self): pass