<?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: FUnit Framework Update 0.70.0383</title>
	<atom:link href="http://blog.funit.org/?feed=rss2&#038;p=268" rel="self" type="application/rss+xml" />
	<link>http://blog.funit.org/?p=268</link>
	<description>Metadata Driven Unit Testing for Flex</description>
	<lastBuildDate>Fri, 05 Mar 2010 10:04:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ryan Christiansen</title>
		<link>http://blog.funit.org/?p=268&#038;cpage=1#comment-1409</link>
		<dc:creator>Ryan Christiansen</dc:creator>
		<pubDate>Tue, 19 May 2009 12:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funit.org/?p=268#comment-1409</guid>
		<description>Hi Luiz,

You&#039;re correct. The SimpleTestRunner is very limited but originally intended for automated builds. In the meantime, I&#039;ve prepared another article that may help.

http://blog.funit.org/?p=327</description>
		<content:encoded><![CDATA[<p>Hi Luiz,</p>
<p>You&#8217;re correct. The SimpleTestRunner is very limited but originally intended for automated builds. In the meantime, I&#8217;ve prepared another article that may help.</p>
<p><a href="http://blog.funit.org/?p=327" rel="nofollow">http://blog.funit.org/?p=327</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luiz Rolim</title>
		<link>http://blog.funit.org/?p=268&#038;cpage=1#comment-1403</link>
		<dc:creator>Luiz Rolim</dc:creator>
		<pubDate>Mon, 18 May 2009 01:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funit.org/?p=268#comment-1403</guid>
		<description>Hi,

I´m trying to move ahead from flexUnit to funit. 

Everything was running fine, but i found a issue on the SimpleTestRunner. 

How can I know which tests are broken?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I´m trying to move ahead from flexUnit to funit. </p>
<p>Everything was running fine, but i found a issue on the SimpleTestRunner. </p>
<p>How can I know which tests are broken?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peri</title>
		<link>http://blog.funit.org/?p=268&#038;cpage=1#comment-1262</link>
		<dc:creator>Peri</dc:creator>
		<pubDate>Wed, 22 Apr 2009 11:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funit.org/?p=268#comment-1262</guid>
		<description>Good post.</description>
		<content:encoded><![CDATA[<p>Good post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hellen Clark</title>
		<link>http://blog.funit.org/?p=268&#038;cpage=1#comment-997</link>
		<dc:creator>Hellen Clark</dc:creator>
		<pubDate>Fri, 27 Mar 2009 00:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funit.org/?p=268#comment-997</guid>
		<description>Good work on your blog, I love to see the effort and I am just saying keep up the good work.</description>
		<content:encoded><![CDATA[<p>Good work on your blog, I love to see the effort and I am just saying keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Kassay</title>
		<link>http://blog.funit.org/?p=268&#038;cpage=1#comment-955</link>
		<dc:creator>Marc Kassay</dc:creator>
		<pubDate>Sat, 21 Mar 2009 16:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funit.org/?p=268#comment-955</guid>
		<description>Ah...that now works!:)  
Thanks for the explanation, as eventually soon I plan to delve into a CI server such as TeamCity.</description>
		<content:encoded><![CDATA[<p>Ah&#8230;that now works!:)<br />
Thanks for the explanation, as eventually soon I plan to delve into a CI server such as TeamCity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Christiansen</title>
		<link>http://blog.funit.org/?p=268&#038;cpage=1#comment-954</link>
		<dc:creator>Ryan Christiansen</dc:creator>
		<pubDate>Sat, 21 Mar 2009 15:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funit.org/?p=268#comment-954</guid>
		<description>Hi Marc,

The ‘common.properties’ file is only used for ANT compilation. This is useful if you don&#039;t have a FlexBuilder license or if you&#039;re automating your builds with TeamCity, Maven, CruiseControl, etc.

As for your second question. The sample project uses SWC files in the libs directory. This allows you to build without the FUnit or SwirlyVision source projects. Think of a SWC file as a compiled DLL library. It can be used wherever you like but contains no source code.

If you want CTRL+click to work, you have two options. 

1. Open the project properties &gt; &quot;Flex Build Path&quot; &gt; &quot;Library Path&quot;. Expand libs/FUnit.swc and you&#039;ll notice &quot;Source attachment: (None)&quot; Simply browse to the FUnit source directory.

- or -

2. Remove the SWC file(s) from the libs directory and instead add the source project &#039;FUnit&#039; and/or &#039;SwirlyVision&#039; to the library path.

Do either of these and you&#039;re all set.</description>
		<content:encoded><![CDATA[<p>Hi Marc,</p>
<p>The ‘common.properties’ file is only used for ANT compilation. This is useful if you don&#8217;t have a FlexBuilder license or if you&#8217;re automating your builds with TeamCity, Maven, CruiseControl, etc.</p>
<p>As for your second question. The sample project uses SWC files in the libs directory. This allows you to build without the FUnit or SwirlyVision source projects. Think of a SWC file as a compiled DLL library. It can be used wherever you like but contains no source code.</p>
<p>If you want CTRL+click to work, you have two options. </p>
<p>1. Open the project properties > &#8220;Flex Build Path&#8221; > &#8220;Library Path&#8221;. Expand libs/FUnit.swc and you&#8217;ll notice &#8220;Source attachment: (None)&#8221; Simply browse to the FUnit source directory.</p>
<p>- or -</p>
<p>2. Remove the SWC file(s) from the libs directory and instead add the source project &#8216;FUnit&#8217; and/or &#8216;SwirlyVision&#8217; to the library path.</p>
<p>Do either of these and you&#8217;re all set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Kassay</title>
		<link>http://blog.funit.org/?p=268&#038;cpage=1#comment-953</link>
		<dc:creator>Marc Kassay</dc:creator>
		<pubDate>Sat, 21 Mar 2009 13:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funit.org/?p=268#comment-953</guid>
		<description>Ok, I figured it out now.  I thought that the SWCs had dependencies for them, such as the &#039;common.properties&#039; file, which I would of needed to edit.  But I assume that&#039;s to compile a new SWC.

Anyways, I am about four days old with Unit Testing!  Your project looks great, I am looking forward to it.  Thanks again Ryan.</description>
		<content:encoded><![CDATA[<p>Ok, I figured it out now.  I thought that the SWCs had dependencies for them, such as the &#8216;common.properties&#8217; file, which I would of needed to edit.  But I assume that&#8217;s to compile a new SWC.</p>
<p>Anyways, I am about four days old with Unit Testing!  Your project looks great, I am looking forward to it.  Thanks again Ryan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Kassay</title>
		<link>http://blog.funit.org/?p=268&#038;cpage=1#comment-942</link>
		<dc:creator>Marc Kassay</dc:creator>
		<pubDate>Thu, 19 Mar 2009 16:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.funit.org/?p=268#comment-942</guid>
		<description>Hi.
After editing &#039;common.properties&#039; file to reflect my computer setup, I was able to compile FUnitProject from the &#039;samples&#039; sub-directory, from Flex Builder 3.0.  However, when I CTRL+click on any class  from &#039;funit&#039; or &#039;sv&#039; package, I get a code navigation error.  I am not sure why this is, since I can see the SWCs in the libs folder from FlexBuilder&#039;s Navigation panel.</description>
		<content:encoded><![CDATA[<p>Hi.<br />
After editing &#8216;common.properties&#8217; file to reflect my computer setup, I was able to compile FUnitProject from the &#8216;samples&#8217; sub-directory, from Flex Builder 3.0.  However, when I CTRL+click on any class  from &#8216;funit&#8217; or &#8216;sv&#8217; package, I get a code navigation error.  I am not sure why this is, since I can see the SWCs in the libs folder from FlexBuilder&#8217;s Navigation panel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
