remove dumb test
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 23 Sep 2009 19:26:38 +0200
changeset 3448 495862266785
parent 3447 0a0f8df4a2f7
child 3449 063488f14a0f
child 3451 6b46d73823f5
remove dumb test
common/test/unittest_migration.py
--- a/common/test/unittest_migration.py	Wed Sep 23 19:23:09 2009 +0200
+++ b/common/test/unittest_migration.py	Wed Sep 23 19:26:38 2009 +0200
@@ -63,7 +63,6 @@
                                ((0, 0, 4), TMIGRDIR+'0.0.4_Any.py')])
 
     def test_filter_scripts_for_mode(self):
-        self.assertIsInstance(self.config.migration_handler(), ServerMigrationHelper)
         config = CubicWebConfiguration('data')
         config.verbosity = 0
         self.assert_(not isinstance(config.migration_handler(), ServerMigrationHelper))