Author: smukhina
Date: 2007-12-05 08:20:09 -0500 (Wed, 05 Dec 2007)
New Revision: 5214
Modified:
trunk/seam/docs/reference/en/modules/creating_new_seam.xml
trunk/seam/docs/reference/en/modules/seam_view.xml
trunk/seam/docs/reference/en/modules/testng.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-345
language is checked
Modified: trunk/seam/docs/reference/en/modules/creating_new_seam.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2007-12-05 11:24:50 UTC
(rev 5213)
+++ trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2007-12-05 13:20:09 UTC
(rev 5214)
@@ -169,7 +169,7 @@
</mediaobject>
</figure>
- <para>You can also add a <property>Component
Libraries</property> (e.g. Richfaces) clicking on
<emphasis><property>New</property></emphasis> button in the
Component LIbraries section.</para>
+ <para>You can also add a <property>Component
Libraries</property> (e.g. Richfaces) clicking on
<emphasis><property>New</property></emphasis> button in the
Component Libraries section.</para>
<figure>
<title>Create JSF Implementation Library</title>
Modified: trunk/seam/docs/reference/en/modules/seam_view.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_view.xml 2007-12-05 11:24:50 UTC (rev 5213)
+++ trunk/seam/docs/reference/en/modules/seam_view.xml 2007-12-05 13:20:09 UTC (rev 5214)
@@ -97,7 +97,7 @@
<para>Selecting the <emphasis><property>Seam Components from
Referenced Projects</property></emphasis> will hide the components that
dependent on other project.</para>
<figure>
- <title>Available Customozations</title>
+ <title>Available Custimozations</title>
<mediaobject>
<imageobject>
<imagedata
fileref="images/seam_view/seam_view3.png"/>
@@ -110,7 +110,7 @@
<section>
<title>Project Explorer integration</title>
- <para>If you don't like to have a view for every piece of information
in Eclipse, the content of the Seam Components view is also avaible as a node in the
built-in Project Explorer (not Package Explorer!) view in Eclipse.</para>
+ <para>If you don't like to have a view for every piece of information
in Eclipse, the content of the Seam Components view is also available as a node in the
built-in Project Explorer (not Package Explorer!) view in Eclipse.</para>
<figure>
<title>Seam Components in Project Explorer</title>
Modified: trunk/seam/docs/reference/en/modules/testng.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/testng.xml 2007-12-05 11:24:50 UTC (rev 5213)
+++ trunk/seam/docs/reference/en/modules/testng.xml 2007-12-05 13:20:09 UTC (rev 5214)
@@ -14,16 +14,16 @@
<para><property>TestNG</property> ("Testing, the Next
Generation") is a Java unit testing framework that aims to overcome many
limitations of JUnit.
TestNG introduces some new functionalities that make it more powerful and
easier to use, such as:</para>
<itemizedlist>
- <listitem><para>JDK 5 Annotations (JDK 1.4 is also supported with
JavaDoc annotations).</para></listitem>
- <listitem><para>Flexible test
configuration.</para></listitem>
- <listitem><para>Support for data-driven testing (with
@DataProvider).</para></listitem>
- <listitem><para>Support for
parameters.</para></listitem>
- <listitem><para>Allows distribution of tests on slave
machines.</para></listitem>
- <listitem><para>Powerful execution model (no more
TestSuite).</para></listitem>
- <listitem><para>Supported by a variety of tools and plug-ins
(Eclipse, IDEA, Maven, etc...).</para></listitem>
- <listitem><para>Embeds BeanShell for further
flexibility.</para></listitem>
- <listitem><para>Default JDK functions for runtime and logging (no
dependencies).</para></listitem>
- <listitem><para>Dependent methods for application server
testing.</para></listitem>
+ <listitem><para>JDK 5 Annotations (JDK 1.4 is also supported with
JavaDoc annotations)</para></listitem>
+ <listitem><para>Flexible test
configuration</para></listitem>
+ <listitem><para>Support for data-driven testing (with
@DataProvider)</para></listitem>
+ <listitem><para>Support for
parameters</para></listitem>
+ <listitem><para>Allows distribution of tests on slave
machines</para></listitem>
+ <listitem><para>Powerful execution model (no more
TestSuite)</para></listitem>
+ <listitem><para>Supported by a variety of tools and plug-ins
(Eclipse, IDEA, Maven, etc...)</para></listitem>
+ <listitem><para>Embeds BeanShell for further
flexibility</para></listitem>
+ <listitem><para>Default JDK functions for runtime and logging (no
dependencies)</para></listitem>
+ <listitem><para>Dependent methods for application server
testing</para></listitem>
</itemizedlist>
<para>More information can be found on home page: <ulink
url="http://testng.org">www.testng.org</ulink></para>
@@ -38,14 +38,14 @@
<para><ulink
url="http://www-128.ibm.com/developerworks/java/library/j-cq08296/in...
pursuit of code quality: JUnit 4 vs. TestNG</ulink></para>
</section>
<section>
- <title>How to use the generated Seam-test project to run Seam
tests</title>
+ <title>How to use the generated Seam-test project to run Seam
tests?</title>
<itemizedlist>
<listitem><para>Create a new Seam Web Project with EAR deployment
using the New Seam Project wizard.</para></listitem>
</itemizedlist>
<itemizedlist>
- <listitem><para>After project is created you will have the
generated Seam-test project that is setup to run TestNG directly against the proper
libraries and server runtime libraries.</para></listitem>
+ <listitem><para>After a project is created you will have the
generated Seam-test project that is setup to run TestNG directly against the proper
libraries and server runtime libraries.</para></listitem>
</itemizedlist>
<figure>
@@ -98,7 +98,7 @@
<itemizedlist>
- <listitem><para>Select
<property>ActionLocalTest.xml</property> in Seam-test project and run the test
via right click <emphasis><property>Run As > TestNG
Suite</property>.</emphasis></para></listitem>
+ <listitem><para>Select
<property>ActionLocalTest.xml</property> in Seam-test project and run the test
with right click <emphasis><property>Run As > TestNG
Suite</property>.</emphasis></para></listitem>
</itemizedlist>
<figure>