changeset 2126 | a25859917ccc |
parent 2058 | 7ef12c03447c |
child 2144 | 51c84d585456 |
--- a/devtools/testlib.py Thu Jun 18 21:01:55 2009 +0200 +++ b/devtools/testlib.py Fri Jun 19 14:42:04 2009 +0200 @@ -44,7 +44,7 @@ # compute how many entities by type we need to be able to satisfy relation constraint relmap = {} for rschema in schema.relations(): - if rschema.meta or rschema.is_final(): # skip meta relations + if rschema.is_final(): continue for subj, obj in rschema.iter_rdefs(): card = rschema.rproperty(subj, obj, 'cardinality')