(trunk libT) #3767 "rarest first policy" -- disable the assertReplicationCountIsExact() assertion

This commit is contained in:
Jordan Lee 2011-02-17 13:00:11 +00:00
parent 77bdb6522d
commit ee4317600d
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ pieceListSort( Torrent * t, enum piece_sort_state state )
* These functions are useful for testing, but too expensive for nightly builds.
* let's leave it disabled but add an easy hook to compile it back in
*/
#if 0
#if 1
#define assertWeightedPiecesAreSorted(t)
#define assertReplicationCountIsExact(t)
#else