test/unittest_schema.py
changeset 6782 b5d6f5391695
parent 6768 b75f688bded7
child 6796 e70ca9abfc51
equal deleted inserted replaced
6762:812445504835 6782:b5d6f5391695
   224 
   224 
   225                               'upassword', 'update_permission', 'uri', 'use_email',
   225                               'upassword', 'update_permission', 'uri', 'use_email',
   226 
   226 
   227                               'value',
   227                               'value',
   228 
   228 
   229                               'wf_info_for', 'wikiid', 'workflow_of']
   229                               'wf_info_for', 'wikiid', 'workflow_of', 'tr_count']
   230 
   230 
   231         self.assertListEqual(relations, sorted(expected_relations))
   231         self.assertListEqual(relations, sorted(expected_relations))
   232 
   232 
   233         eschema = schema.eschema('CWUser')
   233         eschema = schema.eschema('CWUser')
   234         rels = sorted(str(r) for r in eschema.subject_relations())
   234         rels = sorted(str(r) for r in eschema.subject_relations())