server/test/data/extern_mapping.py
author sylvain.thenault@logilab.fr
Mon, 12 Jan 2009 10:57:26 +0100
changeset 386 7af259b73c5b
parent 364 226cbb207859
child 1977 606923dff11b
permissions -rw-r--r--
don't try to remove relation if source has no entities
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
364
226cbb207859 missing test resources
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
support_entities = {'Card': True, 'Affaire': True, 'State': True}
226cbb207859 missing test resources
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     2
support_relations = {'in_state': True, 'documented_by': True, 'multisource_inlined_rel': True}