diff -r 3e1d2ab5f8c0 -r a25859917ccc devtools/testlib.py --- 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')