<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Well, the tests should actually use #includes: and #size to avoid the order check... :-)<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 13.05.2019 09:47:20 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of CollectionsTests was added to project The Inbox:<br>http://source.squeak.org/inbox/CollectionsTests-mt.309.mcz<br><br>==================== Summary ====================<br><br>Name: CollectionsTests-mt.309<br>Author: mt<br>Time: 13 May 2019, 9:47:17.18801 am<br>UUID: 9c8aae8c-fcea-3440-967b-50b2fa72a277<br>Ancestors: CollectionsTests-nice.308<br><br>Tests for Collections-mt.833.<br><br>=============== Diff against CollectionsTests-nice.308 ===============<br><br>Item was added:<br>+ ----- Method: CollectionTest>>testAny (in category 'tests') -----<br>+ testAny<br>+ <br>+         self<br>+                 assert: #(1 2) equals: (#(1 2 3 4) any: 2);<br>+          assert: #(1 2 3 4) equals: (#(1 2 3 4) any: 4);<br>+              should: [#(1 2 3 4) any: 5] raise: Error.!<br><br>Item was added:<br>+ ----- Method: CollectionTest>>testAnyAs (in category 'tests') -----<br>+ testAnyAs<br>+ <br>+  self<br>+                 assert: ((#(1 2 3 4) any: 2 as: OrderedCollection) isKindOf: OrderedCollection);<br>+             assert: ((#(1 1 2 3 4) any: 2 as: Set) isKindOf: Set);<br>+               assert: 1 equals: (#(1 1 1 1) any: 3 as: Set) size.!<br><br>Item was added:<br>+ ----- Method: CollectionTest>>testTake (in category 'tests') -----<br>+ testTake<br>+ <br>+  self<br>+                 assert: #(1 2) equals: (#(1 2 3 4) take: 2);<br>+                 assert: #(1 2) equals: (#(1 2) take: 5).!<br><br><br></div></blockquote>
                                        </div></body>