<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/comunit/patches/" rel="alternate"/><link href="https://sourceforge.net/p/comunit/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/comunit/patches/</id><updated>2002-08-12T20:51:44Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Support for adding a Test at Run-Time</title><link href="https://sourceforge.net/p/comunit/patches/3/" rel="alternate"/><published>2002-08-12T20:51:44Z</published><updated>2002-08-12T20:51:44Z</updated><author><name>Guillermo Palli</name><uri>https://sourceforge.net/u/gpalli/</uri></author><id>https://sourceforge.net6081f3dde468129f97c3f08fb18054f48c313f4c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This is a new form that handles the selection of &lt;br /&gt;
multiples classes inside a DLL. It also checks the &lt;br /&gt;
creation of the clases with a SafeCreateObject method. &lt;br /&gt;
In future implementations I whish to see a feature that &lt;br /&gt;
let us select multiples dlls to import and also to unload &lt;br /&gt;
dlls from the Test Suite selected.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>failure to find registry key</title><link href="https://sourceforge.net/p/comunit/patches/2/" rel="alternate"/><published>2001-08-24T07:46:04Z</published><updated>2001-08-24T07:46:04Z</updated><author><name>Owen Rogers</name><uri>https://sourceforge.net/u/exortech/</uri></author><id>https://sourceforge.net74bfc9aac100f8d9aecf5d2e5ec2dc0f1b1de50e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;on some machines, the registry key pointing to the &lt;br /&gt;
visual basic templates folder does not exist.  the &lt;br /&gt;
installation program should prompt for a directory to &lt;br /&gt;
install the templates in instead.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>red/green while test in progress</title><link href="https://sourceforge.net/p/comunit/patches/1/" rel="alternate"/><published>2001-08-13T10:48:00Z</published><updated>2001-08-13T10:48:00Z</updated><author><name>Philip Craig</name><uri>https://sourceforge.net/u/philipcraig/</uri></author><id>https://sourceforge.net2809e1204559dd22efbe078690b6df2e37c828cf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I prefer the JUnit style of showing the red/green bar &lt;br /&gt;
while the tests are running, thus immediately giving &lt;br /&gt;
the positive/negative colour feedback.&lt;/p&gt;
&lt;p&gt;I also hate the MsgBox that says how many tests &lt;br /&gt;
passed/failed at the end. I can get all that info from &lt;br /&gt;
the bar and from the failure/error count in the status &lt;br /&gt;
bar.&lt;/p&gt;
&lt;p&gt;Hence, my new, improved, shorter COMUnitRunner.ocx &lt;br /&gt;
method:&lt;/p&gt;
&lt;p&gt;Private Sub m_oTestResult_AfterEndTest()&lt;br /&gt;
UpdateRunsCount&lt;br /&gt;
UpdateProgressBar&lt;br /&gt;
DoEvents&lt;/p&gt;
&lt;p&gt;If (m_oTestResult.WasSuccessful) Then&lt;br /&gt;
Call SendMessageLong(pbProgress.hwnd, &lt;br /&gt;
PBM_SETBARCOLOR, 0&amp;amp;amp;, RGB(0, 255, 0))&lt;br /&gt;
Else&lt;br /&gt;
Call SendMessageLong(pbProgress.hwnd, &lt;br /&gt;
PBM_SETBARCOLOR, 0&amp;amp;amp;, RGB(255, 0, 0))&lt;br /&gt;
End If&lt;br /&gt;
End Sub&lt;/p&gt;
&lt;p&gt;Can I also suggest shipping Compatibility dlls with &lt;br /&gt;
the COMUnit and setting binary compatibility to point &lt;br /&gt;
to them? This then makes it easy for users to do &lt;br /&gt;
modifications to the COMUnit source and have them &lt;br /&gt;
work :-)&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>