You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by qu...@apache.org on 2014/04/01 14:00:40 UTC

svn commit: r1583643 - /flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.cmsPage

Author: quetwo
Date: Tue Apr  1 12:00:39 2014
New Revision: 1583643

URL: http://svn.apache.org/r1583643
Log:
Working with Apache FlexUnit Tutorial Pages

Modified:
    flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.cmsPage

Modified: flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.cmsPage?rev=1583643&r1=1583642&r2=1583643&view=diff
==============================================================================
--- flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.cmsPage (original)
+++ flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.cmsPage Tue Apr  1 12:00:39 2014
@@ -1,6 +1,6 @@
 Title:  Unit 1 - Introducing FlexUnit 4.2.0
 
-<a href="../code/unit1.zip"><img src="../images/DownloadIcon.png" alt="Download" />Download Unit Project Files</a>
+<a href="../code/unit1.zip"><img src="../images/DownloadIcon.png" alt="Download" /> Download Unit Project Files</a>
 
 FlexUnit 4.1 is an extensible testing framework for ActionScript 3.0 classes and provides extensions for working with the Flex 2, 3, and 4 Framework, and Adobe AIR projects.  The FlexUnit framework is used to automate unit and integration testing.
 
@@ -8,21 +8,21 @@ FlexUnit 4.1 is an extensible testing fr
 
 After completing this lesson, you should be able to:
 
-    - Explain why we test automatically
-	- Understand FlexUnit .9
-	- Understand Fluint 1.x
-	- Understand FlexUnit version 4.x
+  - Explain why we test automatically
+  - Understand FlexUnit .9
+  - Understand Fluint 1.x
+  - Understand FlexUnit version 4.x
 
 ###Topics###
 
 In this unit, you will learn about the following topics:
 
-    - Understanding why we test automatically
-	- Understanding FlexUnit .9
-	- Understanding Fluint 1.x
-	- Understanding FlexUnit 4.x
-	- Understanding the integration between Flash Builder and FlexUnit
-	- Getting Help
+  - Understanding why we test automatically
+  - Understanding FlexUnit .9
+  - Understanding Fluint 1.x
+  - Understanding FlexUnit 4.x
+  - Understanding the integration between Flash Builder and FlexUnit
+  - Getting Help
 
 ##Understanding why we test automatically##