<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>-1 for that change :-)</p>
<p><br>
</p>
<p>This commit makes it impossible to have multiple TestRunners opened side by side. For me, this is clearly a drawback. Why force unnecessary singletons?</p>
<p>In my opinion, the old implementation was simply correct - I can open as many TestRunners as I would like to do, but if there is already an open TestRunner with the same configuration, it will be focused instead.</p>
<p><br>
</p>
<p>> <span>There's no way to spawn that model with any pre-selection</span></p>
<p><br>
</p>
<p>How do you mean this? Try the following - before loading this commit - line by line:</p>
<p></p>
<div>TestRunner openForSuite: StringTest suite.</div>
<div>TestRunner openForSuite: CharacterTest suite.</div>
<div>TestRunner openForSuite: StringTest suite.</div>
<br>
<p></p>
<p>Best,</p>
<p>Christoph</p>
<div id="x_Signature">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div name="x_divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Samstag, 28. Dezember 2019 05:59:42<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: SUnitGUI-cmm.78.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Chris Muller uploaded a new version of SUnitGUI to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/SUnitGUI-cmm.78.mcz">http://source.squeak.org/trunk/SUnitGUI-cmm.78.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: SUnitGUI-cmm.78<br>
Author: cmm<br>
Time: 27 December 2019, 10:59:41.297401 pm<br>
UUID: 1c7d7b32-cdec-4875-80d8-7d2413e01a05<br>
Ancestors: SUnitGUI-cmm.77<br>
<br>
Fix TestRunner browser for use with Reuse Windows preference.  There's no way to spawn that model with any pre-selection, it's essentially a singleton browser in Squeak.<br>
<br>
=============== Diff against SUnitGUI-cmm.77 ===============<br>
<br>
Item was changed:<br>
  ----- Method: TestRunner>>representsSameBrowseeAs: (in category 'accessing-ui') -----<br>
  representsSameBrowseeAs: anotherModel <br>
+        ^ true!<br>
-        ^ self class = anotherModel class<br>
-        and: [ classesSelected = anotherModel classesSelected ]!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>