mirror of
https://github.com/apache/commons-collections.git
synced 2025-03-02 23:09:29 +00:00
Use the AbstractCollectionTest iteration order flag in Map and Bag tests. These tests have inner classes that extend AbstractCollectionTest to test their values collection. This should be robust to an unspecified iteration order.