| changeset 606 | 52f3e090eed9 |
| parent 278 | 3d25afbd78ff |
| 605:830993bdf983 | 606:52f3e090eed9 |
|---|---|
5 |
5 |
6 from cm.models import * |
6 from cm.models import * |
7 from cm.models_utils import * |
7 from cm.models_utils import * |
8 |
8 |
9 class NotificationTest(TestCase): |
9 class NotificationTest(TestCase): |
10 fixtures = ['roles_generic','test_content'] |
10 fixtures = ['initial_data', 'roles_generic','test_content'] |
11 |
11 |
12 def setUp(self): |
12 def setUp(self): |
13 pass |
13 pass |
14 |
14 |
15 def test_simple_notification(self): |
15 def test_simple_notification(self): |