[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Gavin King gavin.king at jboss.com
Thu Feb 22 23:02:25 EST 2007


  User: gavin   
  Date: 07/02/22 23:02:25

  Modified:    doc/reference/en/modules  gettingstarted.xml
  Log:
  ant test
  
  Revision  Changes    Path
  1.9       +7 -2      jboss-seam/doc/reference/en/modules/gettingstarted.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gettingstarted.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/gettingstarted.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- gettingstarted.xml	30 Jan 2007 17:17:59 -0000	1.8
  +++ gettingstarted.xml	23 Feb 2007 04:02:25 -0000	1.9
  @@ -286,9 +286,14 @@
         Now go to <literal>http://localhost:8080/helloworld/ping.seam</literal> and click 
         the button. You can see the code behind this action by looking in the project 
         <literal>src</literal> directory. Put a breakpoint in the <literal>ping()</literal>
  -      method, and click the button again. Finally, locate the <literal>PingTest.xml</literal>
  +      method, and click the button again. 
  +    </para>
  +    
  +    <para>
  +      Finally, locate the <literal>PingTest.xml</literal>
         file in the test package and run the integration tests using the TestNG plugin for
  -      Eclipse.
  +      Eclipse. Alternatively, run the tests using <literal>seam test</literal> or the
  +      <literal>test</literal> target of the generated build.
       </para>
       
     </section>
  
  
  



More information about the jboss-cvs-commits mailing list