You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@locus.apache.org on 2000/09/20 17:22:01 UTC

cvs commit: jakarta-ant/docs junit.html

bodewig     00/09/20 08:22:00

  Modified:    docs     junit.html
  Log:
  Didn't know JUnit had its own website.
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-ant/docs/junit.html
  
  Index: junit.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/junit.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- junit.html	2000/09/19 16:25:32	1.9
  +++ junit.html	2000/09/20 15:22:00	1.10
  @@ -7,8 +7,8 @@
   <h3>Description</h3>
   
   <p>This task runs tests from the JUnit testing framework. The latest
  -version of the framework can be found at <a
  -href="http://www.xprogramming.com/software.htm">http://www.xprogramming.com/software.htm</a>.
  +version of the framework can be found at 
  +<a href="http://www.junit.org">http://www.junit.org</a>.
   This task requires JUnit 3.0 or above.</p>
   
   <p>Tests are defined by nested <code>test</code> or