Fixed broken test decorator preventing 3 tests to run

This commit is contained in:
Daniele Varrazzo 2013-03-20 17:13:33 +00:00
parent 3410fee8d1
commit 0c0e2a2455

View File

@ -395,6 +395,8 @@ def skip_if_no_truncate(f):
return f(self)
return skip_if_no_truncate_
class LargeObjectTruncateTests(LargeObjectMixin, unittest.TestCase):
def test_truncate(self):
lo = self.conn.lobject()