Comment 4 for bug 794960

Revision history for this message
Vincent Ladeuil (vila) wrote :

Crap :-(

   modified bzrlib/tests/__init__.py

=== modified file 'bzrlib/tests/__init__.py'
--- bzrlib/tests/__init__.py 2011-05-13 10:59:20 +0000
+++ bzrlib/tests/__init__.py 2011-06-09 12:06:08 +0000
@@ -1450,7 +1450,6 @@
         else:
             self.assertEqual(expected_docstring, obj.__doc__)

- @symbol_versioning.deprecated_method(symbol_versioning.deprecated_in((2, 4)))
     def failUnlessExists(self, path):
         return self.assertPathExists(path)

@@ -1463,7 +1462,6 @@
             self.assertTrue(osutils.lexists(path),
                 path + " does not exist")

- @symbol_versioning.deprecated_method(symbol_versioning.deprecated_in((2, 4)))
     def failIfExists(self, path):
         return self.assertPathDoesNotExist(path)

Should be enough to get rid of it.

It doesn't make sense to care about deprecations there, the only effect is to annoy people like bialix, and I don't like that :)

I'll fix.