<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/comunit/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/comunit/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Aug 2002 20:51:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/comunit/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>Support for adding a Test at Run-Time</title><link>https://sourceforge.net/p/comunit/patches/3/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guillermo Palli</dc:creator><pubDate>Mon, 12 Aug 2002 20:51:44 -0000</pubDate><guid>https://sourceforge.net6081f3dde468129f97c3f08fb18054f48c313f4c</guid></item><item><title>failure to find registry key</title><link>https://sourceforge.net/p/comunit/patches/2/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Owen Rogers</dc:creator><pubDate>Fri, 24 Aug 2001 07:46:04 -0000</pubDate><guid>https://sourceforge.net74bfc9aac100f8d9aecf5d2e5ec2dc0f1b1de50e</guid></item><item><title>red/green while test in progress</title><link>https://sourceforge.net/p/comunit/patches/1/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philip Craig</dc:creator><pubDate>Mon, 13 Aug 2001 10:48:00 -0000</pubDate><guid>https://sourceforge.net2809e1204559dd22efbe078690b6df2e37c828cf</guid></item></channel></rss>