- Revision
- 11248
- Author
- dan
- Date
- 2006-07-24 15:54:46 -0700 (Mon, 24 Jul 2006)
Log Message
Kludge to green tinderboxes until bug #6387 is fixed. Done at Andi's direction
Modified Paths
Diff
Modified: trunk/chandler/repository/item/Indexes.py (11247 => 11248)
--- trunk/chandler/repository/item/Indexes.py 2006-07-24 21:58:43 UTC (rev 11247) +++ trunk/chandler/repository/item/Indexes.py 2006-07-24 22:54:46 UTC (rev 11248) @@ -576,7 +576,7 @@ sorted = compare(prevKey, key) <= 0 if not sorted: logger.error("Sorted index '%s' installed on value '%s' of type %s in attribute %s on %s is not sorted properly: value for %s is %s than the value for %s", name, value, type(value), attribute, item._repr_(), repr(prevKey), word, repr(key)) - result = False + result = True #Kludge to green tinderboxes until bug #6387 is fixed prevKey = key return size, result
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
