Author: phd
Date: 2005-08-24 17:52:20 +0000 (Wed, 24 Aug 2005)
New Revision: 940
Modified:
trunk/SQLObject/sqlobject/tests/test_blob.py
Log:
Removed an outdated comment - the problem was fixed in BLOBCol long ago.
Modified: trunk/SQLObject/sqlobject/tests/test_blob.py
===================================================================
--- trunk/SQLObject/sqlobject/tests/test_blob.py 2005-08-24 17:15:06 UTC (rev 939)
+++ trunk/SQLObject/sqlobject/tests/test_blob.py 2005-08-24 17:52:20 UTC (rev 940)
@@ -19,7 +19,4 @@
ImageData._connection.cache.clear()
prof2 = ImageData.get(iid)
- # @@: This seems to fail in SQLite, which trims off the
- # first and last character (\x00 and \xff). We should write
- # a test for the upstream driver, as the error might be there.
assert prof2.image == data
|