Bug in Collection: 1. Pharo Image
• You are subscribed to this case
Some tests in OrderedCollectionTest fails because they assume Float are copyable but in 64bits they are not. Changed the test to use strings collection instead of float collection. There are other tests, including HeapTest, ArrayTest and IntervalTest. I'll work on them AFTER confirming this change really works for OrderedCollectionTest.