web/test/unittest_views_editforms.py
branchstable
changeset 7742 1273c1bc0237
parent 7400 2391a6f526bf
child 7791 31bb51ea5485
equal deleted inserted replaced
7741:45251e611209 7742:1273c1bc0237
    75         # XXX skip 'tags' relation here and in the hidden category because
    75         # XXX skip 'tags' relation here and in the hidden category because
    76         # of some test interdependancy when pytest is launched on whole cw
    76         # of some test interdependancy when pytest is launched on whole cw
    77         # (appears here while expected in hidden
    77         # (appears here while expected in hidden
    78         self.assertListEqual([x for x in rbc(e, 'main', 'relations')
    78         self.assertListEqual([x for x in rbc(e, 'main', 'relations')
    79                                if x != ('tags', 'object')],
    79                                if x != ('tags', 'object')],
    80                               [('primary_email', 'subject'),
    80                               [('connait', 'subject'),
    81                                ('connait', 'subject'),
       
    82                                ('custom_workflow', 'subject'),
    81                                ('custom_workflow', 'subject'),
       
    82                                ('primary_email', 'subject'),
    83                                ('checked_by', 'object'),
    83                                ('checked_by', 'object'),
    84                                ])
    84                                ])
    85         self.assertListEqual(rbc(e, 'main', 'inlined'),
    85         self.assertListEqual(rbc(e, 'main', 'inlined'),
    86                               [('use_email', 'subject'),
    86                               [('use_email', 'subject'),
    87                                ])
    87                                ])