<?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 &#8211; updated source and binaries now available</title>
	<atom:link href="http://www.jeff.wilcox.name/2008/12/silverlight-unit-testing-december-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2008/12/silverlight-unit-testing-december-2008/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:17:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Shayla</title>
		<link>http://www.jeff.wilcox.name/2008/12/silverlight-unit-testing-december-2008/comment-page-1/#comment-1272</link>
		<dc:creator>Shayla</dc:creator>
		<pubDate>Mon, 02 Mar 2009 23:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/#comment-1272</guid>
		<description>I&#039;ve found very little documentation on EnqueueConditional.  I was hoping to lookup the source as linked, however I am getting a permission denied alert box.  Perhaps you could answer my question.  When the conditional is being evaluated I imagine there is some kind of looping check. What happens if the conditional is never met?  I ran a quick test and it appears as if the test will just spin forever.

Also, I&#039;m trying to find a way to easily tell when my WebClient request has returned, I have been resorting to checking for a change in the DOM elements that the web service would be modifying, but, if my server request fails those changes will never happen and I will be stuck in an infinite loop as per my example.

Have you had to overcome this type of issue, and if so how did you do it?  

Thank you muchly!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found very little documentation on EnqueueConditional.  I was hoping to lookup the source as linked, however I am getting a permission denied alert box.  Perhaps you could answer my question.  When the conditional is being evaluated I imagine there is some kind of looping check. What happens if the conditional is never met?  I ran a quick test and it appears as if the test will just spin forever.</p>
<p>Also, I&#8217;m trying to find a way to easily tell when my WebClient request has returned, I have been resorting to checking for a change in the DOM elements that the web service would be modifying, but, if my server request fails those changes will never happen and I will be stuck in an infinite loop as per my example.</p>
<p>Have you had to overcome this type of issue, and if so how did you do it?  </p>
<p>Thank you muchly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jun Miao</title>
		<link>http://www.jeff.wilcox.name/2008/12/silverlight-unit-testing-december-2008/comment-page-1/#comment-1258</link>
		<dc:creator>Jun Miao</dc:creator>
		<pubDate>Fri, 20 Feb 2009 00:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/#comment-1258</guid>
		<description>Is there any fix for the crossdomain call issue or any work around?  My current work around is to use another ASP.Net application project to run the test project.

Thanks,

Jun</description>
		<content:encoded><![CDATA[<p>Is there any fix for the crossdomain call issue or any work around?  My current work around is to use another ASP.Net application project to run the test project.</p>
<p>Thanks,</p>
<p>Jun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.jeff.wilcox.name/2008/12/silverlight-unit-testing-december-2008/comment-page-1/#comment-1023</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 12 Dec 2008 01:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/#comment-1023</guid>
		<description>Hi Jeff , 
I found this post : http://www.jeff.wilcox.name/2008/09/29/unit-testing-rc0-changes/ 
Everything is working. 
Thanks 
Amit</description>
		<content:encoded><![CDATA[<p>Hi Jeff ,<br />
I found this post : <a href="http://www.jeff.wilcox.name/2008/09/29/unit-testing-rc0-changes/" rel="nofollow">http://www.jeff.wilcox.name/2008/09/29/unit-testing-rc0-changes/</a><br />
Everything is working.<br />
Thanks<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2008/12/silverlight-unit-testing-december-2008/comment-page-1/#comment-1014</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Thu, 11 Dec 2008 19:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/#comment-1014</guid>
		<description>@Amit,
What exception messages are you receiving in Visual Studio when attached and trying to run your tests with the latest version?</description>
		<content:encoded><![CDATA[<p>@Amit,<br />
What exception messages are you receiving in Visual Studio when attached and trying to run your tests with the latest version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight unit test framework - thomas martinsen</title>
		<link>http://www.jeff.wilcox.name/2008/12/silverlight-unit-testing-december-2008/comment-page-1/#comment-1007</link>
		<dc:creator>Silverlight unit test framework - thomas martinsen</dc:creator>
		<pubDate>Thu, 11 Dec 2008 09:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/#comment-1007</guid>
		<description>[...] http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/  Filed under: Silverlight [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/" rel="nofollow">http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/</a>  Filed under: Silverlight [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.jeff.wilcox.name/2008/12/silverlight-unit-testing-december-2008/comment-page-1/#comment-1004</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Wed, 10 Dec 2008 22:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/#comment-1004</guid>
		<description>Hi Jeff . 
I&#039;ve been using the first testing framework released with SL2.0 beta.
When I updated to the SL 2.0 Release version the testing stoped working. I hadn&#039;t have a chance to look into it , and now you have a new release (together with the toolkit ?). 
Are there any special issues / requirments for users upgrading from the previous version ? 
Thanks 
Amit</description>
		<content:encoded><![CDATA[<p>Hi Jeff .<br />
I&#8217;ve been using the first testing framework released with SL2.0 beta.<br />
When I updated to the SL 2.0 Release version the testing stoped working. I hadn&#8217;t have a chance to look into it , and now you have a new release (together with the toolkit ?).<br />
Are there any special issues / requirments for users upgrading from the previous version ?<br />
Thanks<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://www.jeff.wilcox.name/2008/12/silverlight-unit-testing-december-2008/comment-page-1/#comment-999</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Wed, 10 Dec 2008 00:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/#comment-999</guid>
		<description>I guess not. Here it is with brackets instead:
[?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?]
[access-policy]
  [cross-domain-access]
	[policy]
	  [allow-from http-request-headers=&quot;*&quot;]
		[domain uri=&quot;*&quot;/]
	  [/allow-from]
	  [grant-to]
		[resource include-subpaths=&quot;true&quot; path=&quot;/&quot;/]
	  [/grant-to]
	[/policy]
  [/cross-domain-access]
[/access-policy]</description>
		<content:encoded><![CDATA[<p>I guess not. Here it is with brackets instead:<br />
[?xml version="1.0" encoding="utf-8" ?]<br />
[access-policy]<br />
  [cross-domain-access]<br />
	[policy]<br />
	  [allow-from http-request-headers="*"]<br />
		[domain uri="*"/]<br />
	  [/allow-from]<br />
	  [grant-to]<br />
		[resource include-subpaths="true" path="/"/]<br />
	  [/grant-to]<br />
	[/policy]<br />
  [/cross-domain-access]<br />
[/access-policy]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://www.jeff.wilcox.name/2008/12/silverlight-unit-testing-december-2008/comment-page-1/#comment-998</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Wed, 10 Dec 2008 00:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/#comment-998</guid>
		<description>It&#039;s not that blocking an issue (now that I already spent the hours to nail down the problem), and I&#039;m trying to get them to put the flash file on their server. But I suspect I&#039;m far from the last one to hit this problem.
Maybe my clientaccesspolicyfile.xml file is wrong, but as far as I can tell, it&#039;s as wide open as it can get. Could you post the one you had success with?
Here&#039;s mine (not sure if your blog will allow XML): 


  
	
	  
		
	  
	  
		
	  
	
  
</description>
		<content:encoded><![CDATA[<p>It&#8217;s not that blocking an issue (now that I already spent the hours to nail down the problem), and I&#8217;m trying to get them to put the flash file on their server. But I suspect I&#8217;m far from the last one to hit this problem.<br />
Maybe my clientaccesspolicyfile.xml file is wrong, but as far as I can tell, it&#8217;s as wide open as it can get. Could you post the one you had success with?<br />
Here&#8217;s mine (not sure if your blog will allow XML):</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2008/12/silverlight-unit-testing-december-2008/comment-page-1/#comment-996</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Wed, 10 Dec 2008 00:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/#comment-996</guid>
		<description>@Morten,
I hear you - I&#039;ve noticed something similar, but in the opposite - I&#039;ve had to use the Silverlight clientaccesspolicy.xml file -instead- of the Flash! Argh.

To be honest the underlying code is all just WebClient code, so it is most likely a Silverlight-level issue that is probably being looked into. I&#039;ll follow up with that team.

Are you at least somewhat unblocked and able to get some work done?</description>
		<content:encoded><![CDATA[<p>@Morten,<br />
I hear you &#8211; I&#8217;ve noticed something similar, but in the opposite &#8211; I&#8217;ve had to use the Silverlight clientaccesspolicy.xml file -instead- of the Flash! Argh.</p>
<p>To be honest the underlying code is all just WebClient code, so it is most likely a Silverlight-level issue that is probably being looked into. I&#8217;ll follow up with that team.</p>
<p>Are you at least somewhat unblocked and able to get some work done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://www.jeff.wilcox.name/2008/12/silverlight-unit-testing-december-2008/comment-page-1/#comment-995</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Wed, 10 Dec 2008 00:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/09/silverlight-unit-testing-december-2008/#comment-995</guid>
		<description>I still have problems with making crossdomain webrequests to servers that I run from my test project, but runs fine in a webapplication. Using a Flash policy file instead of clientaccesspolicy.xml seems to do the trick though, but I don&#039;t always have that control. i have &lt; domain uri=&quot;*&quot; &amp;gt&gt; set as well as allowed all headers. Fiddler does report the request for clientaccesspolicy.xml, but no more requests are made to that endpoint.
Let me know if you want more details.</description>
		<content:encoded><![CDATA[<p>I still have problems with making crossdomain webrequests to servers that I run from my test project, but runs fine in a webapplication. Using a Flash policy file instead of clientaccesspolicy.xml seems to do the trick though, but I don&#8217;t always have that control. i have &lt; domain uri=&#8221;*&#8221; &amp;gt&gt; set as well as allowed all headers. Fiddler does report the request for clientaccesspolicy.xml, but no more requests are made to that endpoint.<br />
Let me know if you want more details.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
