[Zope3-checkins] SVN: Zope3/trunk/src/zope/bforest/bforest.txt
Remove some relatively pointless tests that were relying on
object id in a
Gary Poster
gary at zope.com
Wed Feb 9 20:08:08 EST 2005
Log message for revision 29098:
Remove some relatively pointless tests that were relying on object id in a
dumb way and breaking in Windows. :-P
Changed:
U Zope3/trunk/src/zope/bforest/bforest.txt
-=-
Modified: Zope3/trunk/src/zope/bforest/bforest.txt
===================================================================
--- Zope3/trunk/src/zope/bforest/bforest.txt 2005-02-10 00:05:24 UTC (rev 29097)
+++ Zope3/trunk/src/zope/bforest/bforest.txt 2005-02-10 01:08:08 UTC (rev 29098)
@@ -211,14 +211,6 @@
False
>>> d != None
True
- >>> d > None
- True
- >>> d < None
- False
- >>> d >= None
- True
- >>> d <= None
- False
>>> d >= second
True
>>> d >= dict(second)
More information about the Zope3-Checkins
mailing list