server/test/data/schema/custom.py
changeset 393 45a675515427
parent 360 600dd2fe8b40
child 1398 5fe84a5f7035
--- a/server/test/data/schema/custom.py	Tue Jan 13 17:55:29 2009 +0100
+++ b/server/test/data/schema/custom.py	Tue Jan 13 17:56:02 2009 +0100
@@ -15,6 +15,10 @@
     subject = ('Card', 'Note')
     object = 'Note'
 
+class multisource_crossed_rel(RelationDefinition):
+    subject = ('Card', 'Note')
+    object = 'Note'
+
 class multisource_inlined_rel(RelationType):
     inlined = True
     cardinality = '?*'