Author: buildbot
Date: Thu May 15 21:29:40 2014
New Revision: 908953

Log:
Staging update by buildbot for flex

Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)
    websites/staging/flex/trunk/content/dev-sourcecode.html
    websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-3.html

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 15 21:29:40 2014
@@ -1 +1 @@
-1592646
+1595055

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 15 21:29:40 2014
@@ -1 +1 @@
-1592646
+1595055

Modified: websites/staging/flex/trunk/content/dev-sourcecode.html
==============================================================================
--- websites/staging/flex/trunk/content/dev-sourcecode.html (original)
+++ websites/staging/flex/trunk/content/dev-sourcecode.html Thu May 15 21:29:40 
2014
@@ -230,7 +230,7 @@
 
 <div><h4>Apache Flex SDK Automated Testing Libraries</h4></div>
 
-<p>We use <a href="http://flexunit.org/";>FlexUnit</a> for unit testing.</p>
+<p>We use <a href="http://flex.apache.org/flexunit/tutorial/";>FlexUnit</a> for 
unit testing.</p>
 <p>We use <a href="http://mockolate.org/";>Mockolate</a> for mocks and test 
spies in unit tests. Read more about Mockolate on the project <a 
href="http://mockolate.org/";>homepage</a>.</p>
 <p>We use Mustella for functional testing of the SDK. You can find more 
information on the <a 
href="https://cwiki.apache.org/confluence/display/FLEX/Mustella+Overview";>Wiki 
page</a>.</p>
 <div><h4>Browse the repositories</h4></div>

Modified: 
websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-3.html
==============================================================================
--- websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-3.html 
(original)
+++ websites/staging/flex/trunk/content/flexunit/tutorial/flexunit/Unit-3.html 
Thu May 15 21:29:40 2014
@@ -232,7 +232,7 @@
 
 <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>
 


Reply via email to