Update of /cvsroot/junit/junit
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23938
Modified Files:
README.html
Log Message:
Updated David's website
Index: README.html
===================================================================
RCS file: /cvsroot/junit/junit/README.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- README.html 7 Mar 2007 19:48:00 -0000 1.18
+++ README.html 7 Mar 2007 19:50:50 -0000 1.19
@@ -13,9 +13,8 @@
4.2</b></h1>
<br>Brought to you by <a href="http://www.threeriversinstitute.org">Kent Beck</a>, Erich
-Gamma, and <a href="http://pag.csail.mit.edu/continuoustesting">David Saff</a>.
+Gamma, and <a href="http://david.saff.net">David Saff</a>.
<br>FAQ edited by <a href="http://www.clarkware.com">Mike Clark</a>. Web mastering by Erik
-
Meade.
<br>(see also <a href="http://www.junit.org">JUnit.org</a>)
@@ -116,13 +115,13 @@
</tr>
<tr>
-<td><tt>junit-4.2.jar</tt></td>
+<td><tt>junit-4.3.jar</tt></td>
<td>a jar file with the JUnit framework</td>
</tr>
<tr>
-<td><tt>junit-4.2-src.jar</tt></td>
+<td><tt>junit-4.3-src.jar</tt></td>
<td>a jar file with the source code of the JUnit framework</td>
</tr>
@@ -163,20 +162,20 @@
Below are the installation steps for installing JUnit:
<ol>
<li>
-unzip the junit4.2.zip file</li>
+unzip the junit4.3.zip file</li>
<li>
-add<i> </i><b>junit-4.2.jar</b> to the CLASSPATH. For example:
+add<i> </i><b>junit-4.3.jar</b> to the CLASSPATH. For example:
<tt> set classpath=%classpath%;INSTALL_DIR\junit-4.2.jar;INSTALL_DIR</tt></li>
<li>
test the installation by running <tt>java org.junit.runner.JUnitCore org.junit.tests.AllTests.</tt></li>
<br><b><font color="#FF0000">Notice</font></b>: that the tests are not
-contained in the junit-4.2.jar but in the installation directory directly.
+contained in the junit-4.3.jar but in the installation directory directly.
Therefore make sure that the installation directory is on the class path
</ol>
-<b><font color="#FF0000">Important</font></b>: don't install junit-4.2.jar
+<b><font color="#FF0000">Important</font></b>: don't install junit-4.3.jar
into the extension directory of your JDK installation. If you do so the
test class on the files system will not be found.
<h2>
|