test/unittest_schema.py
branchstable
changeset 6768 b75f688bded7
parent 6640 4c4616c02f69
child 6796 e70ca9abfc51
equal deleted inserted replaced
6767:0a18f25c16a7 6768:b75f688bded7
   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())