Author: quetwo
Date: Thu May 15 21:29:28 2014
New Revision: 1595055
URL: http://svn.apache.org/r1595055
Log:
Updating old flexunit website references to point to new site.
Modified:
flex/site/trunk/attic/content/news.mdtext
flex/site/trunk/attic/content/source.mdtext
flex/site/trunk/content/dev-sourcecode.cmsPage
flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-3.cmsPage
Modified: flex/site/trunk/attic/content/news.mdtext
URL:
http://svn.apache.org/viewvc/flex/site/trunk/attic/content/news.mdtext?rev=1595055&r1=1595054&r2=1595055&view=diff
==============================================================================
--- flex/site/trunk/attic/content/news.mdtext (original)
+++ flex/site/trunk/attic/content/news.mdtext Thu May 15 21:29:28 2014
@@ -144,7 +144,7 @@ Notice: Licensed to the Apache Softwa
[1]: http://wiki.apache.org/incubator/FlexProposal
[2]: http://svn.apache.org/viewvc/flex/trunk/README?view=co
[3]: http://svn.apache.org/viewvc/flex/utilities/InstallApacheFlex/
- [4]: http://www.flexunit.org/
+ [4]: http://flex.apache.org/flexunit/tutorial/
[5]:
https://docs.google.com/presentation/pub?id=1SsVcr2SLkBJMXk1N6U3-HpxloSUUa4pBX-2f4GrRL5M
[6]: http://www.360stack.com/blog/2012/06/announcing-360min/
[7]: download.html
\ No newline at end of file
Modified: flex/site/trunk/attic/content/source.mdtext
URL:
http://svn.apache.org/viewvc/flex/site/trunk/attic/content/source.mdtext?rev=1595055&r1=1595054&r2=1595055&view=diff
==============================================================================
--- flex/site/trunk/attic/content/source.mdtext (original)
+++ flex/site/trunk/attic/content/source.mdtext Thu May 15 21:29:28 2014
@@ -57,7 +57,7 @@ We use Mustella for functional testing o
[1]: http://subversion.apache.org
[2]: http://svn.apache.org/viewvc/flex
[3]: http://www.apache.org/dev/version-control.html
-[4]: http://flexunit.org/
+[4]: http://flex.apache.org/flexunit/tutorial/
[5]: http://mockolate.org/
[6]: https://cwiki.apache.org/confluence/display/FLEX/Mustella+Overview
[7]: http://www.apache.org/dev/version-control.html#https-svn-config
Modified: flex/site/trunk/content/dev-sourcecode.cmsPage
URL:
http://svn.apache.org/viewvc/flex/site/trunk/content/dev-sourcecode.cmsPage?rev=1595055&r1=1595054&r2=1595055&view=diff
==============================================================================
--- flex/site/trunk/content/dev-sourcecode.cmsPage (original)
+++ flex/site/trunk/content/dev-sourcecode.cmsPage Thu May 15 21:29:28 2014
@@ -67,7 +67,7 @@ If you would like to browse the project
[1]: http://git-scm.com/
[2]:
https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-sdk.git;a=summary
[3]: http://www.atlassian.com/git/tutorial/git-basics
-[4]: http://flexunit.org/
+[4]: http://flex.apache.org/flexunit/tutorial/
[5]: http://mockolate.org/
[6]: https://cwiki.apache.org/confluence/display/FLEX/Mustella+Overview
[7]: https://git-wip-us.apache.org/
Modified: flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-3.cmsPage
URL:
http://svn.apache.org/viewvc/flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-3.cmsPage?rev=1595055&r1=1595054&r2=1595055&view=diff
==============================================================================
--- flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-3.cmsPage (original)
+++ flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-3.cmsPage Thu May
15 21:29:28 2014
@@ -39,7 +39,7 @@ Title: Unit 3 - FlexUnit Capabilities
<p>FlexUnit is simply a testing framework responsible for executing
user-created tests. It neither has a user interface for reporting the failure
of specific tests to its users nor a way to launch a new test run. Instead,
FlexUnit provides simple integration points for other tools and applications to
use its capabilities and monitor the results.</p>
<p>This integration occurs mainly through the concept of listeners. Listeners
allow an external class to register with the FlexUnit framework and receive
progress notifications as tests progress. This progress information includes
key data such as when a test begins, ends and how much time it took to execute.
It also provides information about the success and failure of each test, with
additional information provided about the cause of any failure.</p>
-<p>Developers can use this information to provide simple visual
representations of test status, such as the UIListener project (available on
FlexUnit.org), or complex interactive pieces. The Adobe Flash Builder 4,
IntelliJ and FDT integrated development environments have all used this same
technique to provide advanced testing integration to their users.</p>
+<p>Developers can use this information to provide simple visual
representations of test status, such as the UIListener project, or complex
interactive pieces. The Adobe Flash Builder 4, IntelliJ and FDT integrated
development environments have all used this same technique to provide advanced
testing integration to their users.</p>
<p>It should be noted that the FlexUnit team only maintains the testing
framework and directly associated projects. Features and continuing integration
into the IDEs mentioned above is solely at the discretion and hard work of
teams at these companies.</p>
<h2>Extensibility</h2>