diff -r bfe0e95571aa -r 0a426be2f3a2 server/test/data/schema/custom.py --- a/server/test/data/schema/custom.py Wed Jan 07 14:55:16 2009 +0100 +++ b/server/test/data/schema/custom.py Wed Jan 07 14:57:03 2009 +0100 @@ -15,6 +15,12 @@ subject = ('Card', 'Note') object = 'Note' +class multisource_inlined_rel(RelationType): + inlined = True + cardinality = '?*' + subject = ('Card', 'Note') + object = ('Affaire', 'Note') + class see_also(RelationDefinition): subject = ('Bookmark', 'Note')