Changeset 1329 for Rtree/trunk/tests/properties.txt
- Timestamp:
- 07/23/09 20:07:01 (14 months ago)
- Files:
-
- 1 modified
-
Rtree/trunk/tests/properties.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Rtree/trunk/tests/properties.txt
r1325 r1329 212 212 RTreeError: Error in "IndexProperty_GetIndexID": Property IndexIdentifier was empty 213 213 >>> p.index_id = -420 214 >>> p.index_id215 -420 L214 >>> int(p.index_id) 215 -420
