Comment #2 on issue 2841 by [email protected]: Heap equality should be transitive
http://code.google.com/p/pharo/issues/detail?id=2841
I also think it is a mistake to inherit from TSortable. TSortable implements a mergeSort algorithm.Heap has it's own idea on how it should sort, so this inheritance does not have much sense.
Just using (Heap asArray sort) shall be enough.
