mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Fixed lobject test failures
This commit is contained in:
parent
850423d8fc
commit
e8ef973ddf
|
@ -1,3 +1,7 @@
|
||||||
|
2009-04-01 Federico Di Gregorio <fog@initd.org>
|
||||||
|
|
||||||
|
* Applied patch from Menno Smits to fix lobject test failures.
|
||||||
|
|
||||||
2009-03-08 Federico Di Gregorio <fog@initd.org>
|
2009-03-08 Federico Di Gregorio <fog@initd.org>
|
||||||
|
|
||||||
* microprotocols.c: None is always adapted to NULL to avoid
|
* microprotocols.c: None is always adapted to NULL to avoid
|
||||||
|
|
|
@ -26,6 +26,7 @@ class LargeObjectTests(unittest.TestCase):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
lo.unlink()
|
lo.unlink()
|
||||||
|
self.conn.close()
|
||||||
|
|
||||||
def test_create(self):
|
def test_create(self):
|
||||||
lo = self.conn.lobject()
|
lo = self.conn.lobject()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user