server/test/data/extern_mapping.py
branchstable
changeset 6758 28b11ecf319b
parent 5424 8ecbcbff9777
--- a/server/test/data/extern_mapping.py	Tue Dec 21 21:20:19 2010 +0100
+++ b/server/test/data/extern_mapping.py	Tue Jan 04 09:07:22 2011 +0100
@@ -15,8 +15,9 @@
 #
 # You should have received a copy of the GNU Lesser General Public License along
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
-"""
+"""mapping file for source used in unittest_multisources.py"""
 
-"""
 support_entities = {'Card': True, 'Affaire': True, 'State': True}
 support_relations = {'in_state': True, 'documented_by': True, 'multisource_inlined_rel': True}
+
+cross_relations = set( ('documented_by',) )