<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Silverlight Unit Test Framework: Breaking changes from Beta 1 to Release Candidate</title>
	<atom:link href="http://www.jeff.wilcox.name/2008/09/unit-testing-rc0-changes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2008/09/unit-testing-rc0-changes/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:08:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2008/09/unit-testing-rc0-changes/comment-page-1/#comment-569</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Tue, 30 Sep 2008 17:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/?p=124#comment-569</guid>
		<description>I went ahead and revised the release just slightly to take care of the issue above; ExpectedException handling is also corrected.

https://code.msdn.microsoft.com/silverlightut/</description>
		<content:encoded><![CDATA[<p>I went ahead and revised the release just slightly to take care of the issue above; ExpectedException handling is also corrected.</p>
<p><a href="https://code.msdn.microsoft.com/silverlightut/" rel="nofollow">https://code.msdn.microsoft.com/silverlightut/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2008/09/unit-testing-rc0-changes/comment-page-1/#comment-567</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Tue, 30 Sep 2008 16:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/?p=124#comment-567</guid>
		<description>Note, if your test page is hosted on a server (or local development server), you will need to temporarily need to update your app.xaml.cs file to prevent a blank page issue:

            UnitTestSettings settings = UnitTestSystem.CreateDefaultSettings();
            settings.TestService = null;
            this.RootVisual = UnitTestSystem.CreateTestPage(settings);</description>
		<content:encoded><![CDATA[<p>Note, if your test page is hosted on a server (or local development server), you will need to temporarily need to update your app.xaml.cs file to prevent a blank page issue:</p>
<p>            UnitTestSettings settings = UnitTestSystem.CreateDefaultSettings();<br />
            settings.TestService = null;<br />
            this.RootVisual = UnitTestSystem.CreateTestPage(settings);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://www.jeff.wilcox.name/2008/09/unit-testing-rc0-changes/comment-page-1/#comment-565</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Tue, 30 Sep 2008 14:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/?p=124#comment-565</guid>
		<description>Jeff, 

I&#039;m always glad when I see my feedback as a change in a product :)</description>
		<content:encoded><![CDATA[<p>Jeff, </p>
<p>I&#8217;m always glad when I see my feedback as a change in a product <img src='http://www.jeff.wilcox.name/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
