<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>ssisUnit</title><link>http://www.codeplex.com/ssisUnit/Project/ProjectRss.aspx</link><description>ssisUnit is a unit testing framework for SQL Server Integration Services. </description><item><title>New Post: Getting Started</title><link>http://www.codeplex.com/ssisUnit/Thread/View.aspx?ThreadId=25112</link><description>&lt;div style="line-height: normal;"&gt;for use with NUnit:&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:13px;color:#0000ff"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;using System;&lt;br&gt;
using NUnit.Framework;&lt;br&gt;
using SsisUnit;&lt;/p&gt;
&lt;p&gt;namespace MyProject.Tests&lt;br&gt;
{&lt;br&gt;
&amp;nbsp;[TestFixture]&lt;br&gt;
&amp;nbsp;public class MyPackageTests&lt;br&gt;
&amp;nbsp;{&lt;br&gt;
&amp;nbsp;&amp;nbsp;[Test]&lt;br&gt;
&amp;nbsp;&amp;nbsp;public void ThisTest()&lt;br&gt;
&amp;nbsp;&amp;nbsp;{&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;SsisTestSuite suite = new SsisTestSuite(@&amp;quot;..\..\TestConfigFiles\MyPackageConfig.xml&amp;quot;);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;suite.Execute();&lt;br&gt;
&amp;nbsp;&amp;nbsp;}&lt;br&gt;
&amp;nbsp;}&lt;br&gt;
}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>scottywakefield</author><pubDate>Wed, 27 Aug 2008 09:30:21 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20080827093021A</guid></item><item><title>New Post: Getting Started</title><link>http://www.codeplex.com/ssisUnit/Thread/View.aspx?ThreadId=25112</link><description>&lt;div style="line-height: normal;"&gt;I've updated the &lt;a href="http://www.codeplex.com/ssisUnit/Wiki/View.aspx?title=Getting Started"&gt;Getting Started&lt;/a&gt; page with a simple walkthrough, and the &lt;a href="http://www.codeplex.com/ssisUnit/Wiki/View.aspx?title=Product Sample Package and Test"&gt;Product Sample&lt;/a&gt; page with a more complete sample package and test. Hope this helps. I'm going to continue adding documentation over the next few weeks.&lt;br&gt;
&lt;/div&gt;</description><author>johnwelch</author><pubDate>Tue, 26 Aug 2008 17:45:19 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20080826054519P</guid></item><item><title>Source code checked in, #22639</title><link>http://www.codeplex.com/ssisUnit/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>johnwelch</author><pubDate>Tue, 26 Aug 2008 02:58:43 GMT</pubDate><guid isPermaLink="false">Source code checked in, #22639 20080826025843A</guid></item><item><title>Updated Wiki: Product Sample Package and Test</title><link>http://www.codeplex.com/ssisUnit/Wiki/View.aspx?title=Product Sample Package and Test&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
This is a sample SSIS 2005 package and unit test. It will also work under 2008, once the package has been upgraded. &lt;br /&gt; &lt;br /&gt;The attached sample works with v1.0 of ssisUnit. This hasn't been released yet, but it can be built from the current source code.&lt;br /&gt; &lt;br /&gt;&lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ssisUnit&amp;amp;DownloadId=42025';"&gt;ProductSample.zip&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>johnwelch</author><pubDate>Sun, 24 Aug 2008 03:00:14 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Product Sample Package and Test 20080824030014A</guid></item><item><title>Source code checked in, #22549</title><link>http://www.codeplex.com/ssisUnit/SourceControl/ListDownloadableCommits.aspx</link><description>Fixing autosize problem with columns</description><author>johnwelch</author><pubDate>Sat, 23 Aug 2008 22:05:40 GMT</pubDate><guid isPermaLink="false">Source code checked in, #22549 20080823100540P</guid></item><item><title>Source code checked in, #22548</title><link>http://www.codeplex.com/ssisUnit/SourceControl/ListDownloadableCommits.aspx</link><description>Resetting Test Run statistics each time it&amp;#39;s executed.</description><author>johnwelch</author><pubDate>Sat, 23 Aug 2008 22:04:52 GMT</pubDate><guid isPermaLink="false">Source code checked in, #22548 20080823100452P</guid></item><item><title>Source code checked in, #22547</title><link>http://www.codeplex.com/ssisUnit/SourceControl/ListDownloadableCommits.aspx</link><description>Adding error message for assert commands that don&amp;#39;t return a value</description><author>johnwelch</author><pubDate>Sat, 23 Aug 2008 22:02:04 GMT</pubDate><guid isPermaLink="false">Source code checked in, #22547 20080823100204P</guid></item><item><title>Source code checked in, #22546</title><link>http://www.codeplex.com/ssisUnit/SourceControl/ListDownloadableCommits.aspx</link><description>Adding shortcut keys</description><author>johnwelch</author><pubDate>Sat, 23 Aug 2008 21:45:00 GMT</pubDate><guid isPermaLink="false">Source code checked in, #22546 20080823094500P</guid></item><item><title>Source code checked in, #22543</title><link>http://www.codeplex.com/ssisUnit/SourceControl/ListDownloadableCommits.aspx</link><description>Fixing defect with Event Handlers not being released</description><author>johnwelch</author><pubDate>Sat, 23 Aug 2008 21:30:19 GMT</pubDate><guid isPermaLink="false">Source code checked in, #22543 20080823093019P</guid></item><item><title>Source code checked in, #22541</title><link>http://www.codeplex.com/ssisUnit/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed DeleteItem bug where it tried to delete multiple items.</description><author>johnwelch</author><pubDate>Sat, 23 Aug 2008 20:40:41 GMT</pubDate><guid isPermaLink="false">Source code checked in, #22541 20080823084041P</guid></item><item><title>Source code checked in, #22536</title><link>http://www.codeplex.com/ssisUnit/SourceControl/ListDownloadableCommits.aspx</link><description>Fixing TargetPath property issue</description><author>johnwelch</author><pubDate>Sat, 23 Aug 2008 20:29:49 GMT</pubDate><guid isPermaLink="false">Source code checked in, #22536 20080823082949P</guid></item><item><title>Source code checked in, #22535</title><link>http://www.codeplex.com/ssisUnit/SourceControl/ListDownloadableCommits.aspx</link><description>Fixing Add Test GUI bug</description><author>johnwelch</author><pubDate>Sat, 23 Aug 2008 20:22:37 GMT</pubDate><guid isPermaLink="false">Source code checked in, #22535 20080823082237P</guid></item><item><title>Source code checked in, #22532</title><link>http://www.codeplex.com/ssisUnit/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed bug in PackageRef conversion</description><author>johnwelch</author><pubDate>Sat, 23 Aug 2008 20:09:54 GMT</pubDate><guid isPermaLink="false">Source code checked in, #22532 20080823080954P</guid></item><item><title>Created Issue: Change XSD to normalize the Setup and Teardown nodes</title><link>http://www.codeplex.com/ssisUnit/WorkItem/View.aspx?WorkItemId=5811</link><description>Setup and Teardown should be under the Tests node. Then, each set can be named Setup and Teardown, rather than TestSuiteSetup, etc. More understandable XML.&lt;br /&gt;</description><author>johnwelch</author><pubDate>Sat, 23 Aug 2008 18:04:16 GMT</pubDate><guid isPermaLink="false">Created Issue: Change XSD to normalize the Setup and Teardown nodes 20080823060416P</guid></item><item><title>Created Issue: Allow the test to override the connection managers</title><link>http://www.codeplex.com/ssisUnit/WorkItem/View.aspx?WorkItemId=5810</link><description>The test should be able to set the connection of a connection manager. This is normally handled by configurations, but letting the test handle it could be useful in some scenarios.&lt;br /&gt;&lt;br /&gt;Consider allowing a general &amp;#47;SET-like command, for setting any property of any task.&lt;br /&gt;</description><author>johnwelch</author><pubDate>Sat, 23 Aug 2008 17:45:15 GMT</pubDate><guid isPermaLink="false">Created Issue: Allow the test to override the connection managers 20080823054515P</guid></item><item><title>Commented Feature: UI Feature</title><link>http://www.codeplex.com/ssisUnit/WorkItem/View.aspx?WorkItemId=4036</link><description>Not sure about The UI you are planning for the future, but even having a tree view list to select a task from for a unit test would really speed development of tests.  Something to the &amp;#34;Package Explorer&amp;#34; tab in BIDS.&lt;br /&gt;Comments: ** Comment from web user: johnwelch ** &lt;p&gt;This has been added in the TestRunnerUI&lt;/p&gt;</description><author>johnwelch</author><pubDate>Sat, 23 Aug 2008 16:45:42 GMT</pubDate><guid isPermaLink="false">Commented Feature: UI Feature 20080823044542P</guid></item><item><title>Updated Wiki: Getting Started</title><link>http://www.codeplex.com/ssisUnit/Wiki/View.aspx?title=Getting Started&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;i&gt;***Note: This example applies to the 1.0 version, which must be downloaded and compiled. The release version will be available soon.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;The attached files contain a very simple package and unit test to illustrate the concept of ssisUnit. For a more complete sample, see &lt;a href="http://www.codeplex.com/ssisUnit/Wiki/View.aspx?title=Product%20Sample%20Package%20and%20Test&amp;amp;referringTitle=Getting%20Started"&gt;Product Sample Package and Test&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ssisUnit&amp;amp;DownloadId=41759';"&gt;Getting Started.zip&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>johnwelch</author><pubDate>Wed, 20 Aug 2008 19:44:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Getting Started 20080820074452P</guid></item><item><title>Updated Wiki: Getting Started</title><link>http://www.codeplex.com/ssisUnit/Wiki/View.aspx?title=Getting Started&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;i&gt;***Note: This example applies to the 1.0 version, which must be downloaded and compiled. The release version will be available soon.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;The attached files contain a very simple package and unit test to illustrate the concept of ssisUnit. For a more complete sample, see &lt;a href="http://www.codeplex.com/ssisUnit/Wiki/View.aspx?title=Product%20Sample%20Package%20and%20Test&amp;amp;referringTitle=Getting%20Started"&gt;Product Sample Package and Test&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[file: Getting Started.zip]&lt;br /&gt;
&lt;/div&gt;</description><author>johnwelch</author><pubDate>Wed, 20 Aug 2008 19:44:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Getting Started 20080820074427P</guid></item><item><title>Updated Wiki: Getting Started</title><link>http://www.codeplex.com/ssisUnit/Wiki/View.aspx?title=Getting Started&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
The attached files contain a very simple package and unit test to illustrate the concept of ssisUnit. For a more complete sample, see &lt;a href="http://www.codeplex.com/ssisUnit/Wiki/View.aspx?title=Product%20Sample%20Package%20and%20Test&amp;amp;referringTitle=Getting%20Started"&gt;Product Sample Package and Test&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>johnwelch</author><pubDate>Wed, 20 Aug 2008 15:53:14 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Getting Started 20080820035314P</guid></item><item><title>Updated Wiki: Getting Started</title><link>http://www.codeplex.com/ssisUnit/Wiki/View.aspx?title=Getting Started&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
The attached files contain a very simple package and unit test to illustrate the concept of ssisUnit. For a more complete sample, see &lt;a href="http://www.codeplex.com/ssisUnit/Wiki/View.aspx?title=Product%20Sample%20Package%20and%20Test&amp;amp;referringTitle=Getting%20Started"&gt;Product Sample Package and Test&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>johnwelch</author><pubDate>Wed, 20 Aug 2008 15:39:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Getting Started 20080820033912P</guid></item></channel></rss>