--- a/server/test/unittest_msplanner.py Wed Oct 27 08:51:50 2010 +0200
+++ b/server/test/unittest_msplanner.py Wed Oct 27 08:53:14 2010 +0200
@@ -2296,13 +2296,6 @@
_test = test_plan
- def test_crossed_relation_eid_1_noninvariant(self):
- repo._type_source_cache[999999] = ('Note', 'cards', 999999)
- self.set_debug('DBG_MS')
- self._test('Any Y,YT WHERE X eid %(x)s, X multisource_crossed_rel Y, Y type YT',
- [],
- {'x': 999999})
-
def test_linked_external_entities(self):
repo._type_source_cache[999999] = ('Tag', 'system', 999999)
self._test('Any X,XT WHERE X is Card, X title XT, T tags X, T eid %(t)s',