Show
Ignore:
Timestamp:
07/23/09 20:07:01 (8 months ago)
Author:
hobu
Message:

nuke the test so it doesn't return a long to silence error on newer 64bit pythons

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Rtree/trunk/tests/properties.txt

    r1325 r1329  
    212212    RTreeError: Error in "IndexProperty_GetIndexID": Property IndexIdentifier was empty 
    213213    >>> p.index_id = -420 
    214     >>> p.index_id 
    215     -420L 
     214    >>> int(p.index_id) 
     215    -420