Author: quetwo
Date: Mon Mar 31 00:46:27 2014
New Revision: 1583227

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

Added:
    flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.cmsPage
      - copied, changed from r1583161, 
flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.html
Removed:
    flex/site/trunk/content/flexunit/tutorial/flexunit/Introduction.html
    flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.html
    flex/site/trunk/content/flexunit/tutorial/flexunit/index_1.html
Modified:
    flex/site/trunk/content/flexunit/tutorial/index.cmsPage

Copied: flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.cmsPage (from 
r1583161, flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.html)
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.cmsPage?p2=flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.cmsPage&p1=flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.html&r1=1583161&r2=1583227&rev=1583227&view=diff
==============================================================================
--- flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.html (original)
+++ flex/site/trunk/content/flexunit/tutorial/flexunit/Unit-1.cmsPage Mon Mar 
31 00:46:27 2014
@@ -1,54 +1,30 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<html>
-<head>
-       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-       
-       <title>Introducing FlexUnit 4.1</title>
+Title:  Unit 1 - Introducing FlexUnit 4.2.0
 
-       <script language="JavaScript" src="../scripts/jquery-1.5.min.js" 
></script>
-       <link href="../css/style.css" rel="stylesheet" type="text/css" />
+<a href="../code/unit1.zip"><img src="../images/DownloadIcon.png" 
alt="Download" />Download Unit Project Files</a>
 
-</head>
-<body>
-       
-       <div id="container">
-               
-               <div id="contentborder">
-                       <div id="unitdownload">
-                               
-                                       <a href="../code/unit1.zip"><img 
style="vertical-align:middle;border-style:none;" 
src="../images/DownloadIcon.png" alt="Download" /></a>
-                                       <span 
style="font-size:24px;font-weight:bold;color:#666666;margin-left:10px;">Project 
Files</span>
-                               
-                       </div>
-                       <div id="content">
+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.
 
-<h1>Unit 1 - Introducing FlexUnit 4.1</h1>
+###Objectives:###
 
-<p>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.</p>
+After completing this lesson, you should be able to:
 
-<h3>Objectives:</h3>
+    - Explain why we test automatically
+       - Understand FlexUnit .9
+       - Understand Fluint 1.x
+       - Understand FlexUnit version 4.x
 
-<p>After completing this lesson, you should be able to:</p>
-<ul>
-       <li>Explain why we test automatically</li>
-       <li>Understand FlexUnit .9</li>
-       <li>Understand Fluint 1.x</li>
-       <li>Understand FlexUnit version 4.x</li>
-</ul>
+###Topics###
 
-<h3>Topics</h3>
+In this unit, you will learn about the following topics:
 
-<p>In this unit, you will learn about the following topics:</p>
-<ul>
-       <li>Understanding why we test automatically</li>
-       <li>Understanding FlexUnit .9</li>
-       <li>Understanding Fluint 1.x</li>
-       <li>Understanding FlexUnit 4.x</li>
-       <li>Understanding the integration between Flash Builder and 
FlexUnit</li>
-       <li>Getting Help</li>
-</ul>
+    - 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
 
-<h2>Understanding why we test automatically</h2>
+##Understanding why we test automatically##
 
 <p>Automated testing is designed to solve several problems:</p>
 <ul> 
@@ -248,8 +224,7 @@
                
                <div id="footnav">
                        <a href="Unit-2.html" class="next"></a>
-                       <a href="Introduction.html" class="prev"></a>
-                       <a href="../flexunit.html" class="indexbutton"></a>
+                       <a href="../index.html" class="indexbutton"></a>
                </div>
                                
        </div>

Modified: flex/site/trunk/content/flexunit/tutorial/index.cmsPage
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/flexunit/tutorial/index.cmsPage?rev=1583227&r1=1583226&r2=1583227&view=diff
==============================================================================
--- flex/site/trunk/content/flexunit/tutorial/index.cmsPage (original)
+++ flex/site/trunk/content/flexunit/tutorial/index.cmsPage Mon Mar 31 00:46:27 
2014
@@ -4,11 +4,11 @@ Title:  Apache FlexUnit Tutorial
 
 This course is divided into units, most of which present new information and 
contain walkthroughs. At the end of each unit, you will find a summary of the 
unit’s content. The following are used throughout the guide:
 
-   * *Concepts* introduce new information.
-   * *Demonstrations* illustrate new concepts.
-   * *Walkthroughs* guide you through procedures.
-   * *Summaries* provide a brief synopsis of the unit’s content.
-   * *Reviewing* the Course Prerequisites
+   * **Concepts** introduce new information.
+   * **Demonstrations** illustrate new concepts.
+   * **Walkthroughs** guide you through procedures.
+   * **Summaries** provide a brief synopsis of the unit’s content.
+   * **Reviewing** the Course Prerequisites
 
 
 To gain the most from this class, you should already:


Reply via email to