Author: phd
Date: 2010-01-08 04:39:02 -0700 (Fri, 08 Jan 2010)
New Revision: 4076
Modified:
SQLObject/branches/0.12/sqlobject/tests/test_comparison.py
Log:
Merged a bugfix from r4075.
Modified: SQLObject/branches/0.12/sqlobject/tests/test_comparison.py
===================================================================
--- SQLObject/branches/0.12/sqlobject/tests/test_comparison.py 2010-01-08 11:37:58 UTC (rev 4075)
+++ SQLObject/branches/0.12/sqlobject/tests/test_comparison.py 2010-01-08 11:39:02 UTC (rev 4076)
@@ -20,5 +20,3 @@
assert t1 == t3
assert t2 == t4
assert t1 <> t2
- assert t1 < t2
- assert not (t1 >= t2)
|