no more supported, can remove the test
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 13 Aug 2009 13:05:09 +0200
changeset 2826 a4ddd807c5ee
parent 2825 87ac03aed941
child 2827 d1a89d165045
no more supported, can remove the test
test/unittest_vregistry.py
--- a/test/unittest_vregistry.py	Thu Aug 13 12:23:06 2009 +0200
+++ b/test/unittest_vregistry.py	Thu Aug 13 13:05:09 2009 +0200
@@ -40,14 +40,6 @@
         self.vreg.initialization_completed()
         self.assertEquals(len(self.vreg['views']['primary']), 1)
 
-    def test___selectors__compat(self):
-        myselector1 = lambda *args: 1
-        myselector2 = lambda *args: 1
-        class AnAppObject(AppObject):
-            __selectors__ = (myselector1, myselector2)
-        AnAppObject.build___select__()
-        self.assertEquals(AnAppObject.__select__(AnAppObject), 2)
-
     def test_properties(self):
         self.failIf('system.version.cubicweb' in self.vreg['propertydefs'])
         self.failUnless(self.vreg.property_info('system.version.cubicweb'))