<div dir="ltr"><a href="http://en.wikipedia.org/wiki/Schlemiel_the_Painter%27s_algorithm">http://en.wikipedia.org/wiki/Schlemiel_the_Painter%27s_algorithm</a><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/4/27  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Levente Uzonyi uploaded a new version of Tests to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Tests-ul.200.mcz" target="_blank">http://source.squeak.org/trunk/Tests-ul.200.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Tests-ul.200<br>
Author: ul<br>
Time: 27 April 2013, 10:08:43.206 pm<br>
UUID: dfe70287-0768-42f9-97b7-d7ba6fbd6bb6<br>
Ancestors: Tests-fbs.199<br>
<br>
- avoid suboptimal string concatentation in ReleaseTest &gt;&gt; #testMethodsWithUnboundGlobals<br>
<br>
=============== Diff against Tests-fbs.199 ===============<br>
<br>
Item was changed:<br>
  ----- Method: ReleaseTest&gt;&gt;testMethodsWithUnboundGlobals (in category &#39;testing&#39;) -----<br>
  testMethodsWithUnboundGlobals<br>
        | unbound |<br>
        unbound := SystemNavigation default methodsWithUnboundGlobals.<br>
        Smalltalk cleanOutUndeclared.<br>
+       self assert: unbound isEmpty description: &#39;Unbound: &#39;, unbound asCommaString!<br>
-       self assert: unbound isEmpty description: (&#39;Unbound: &#39;, (unbound reduce: [:acc :each | acc, &#39;, &#39;, each]))!<br>
<br>
<br>
</blockquote></div><br></div>