CVS: junit README.html,1.19,1.19.2.1
David Saff <[email protected]> Tue, 27 Mar 2007 12:38:52 -0700
| Newsgroups | gmane.comp.java.junit.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/junit/junit
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv9268
Modified Files:
Tag: Version431
README.html
Log Message:
Brought docs up to date with 4.3.1
Index: README.html
===================================================================
RCS file: /cvsroot/junit/junit/README.html,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -d -r1.19 -r1.19.2.1
--- README.html 7 Mar 2007 19:50:50 -0000 1.19
+++ README.html 27 Mar 2007 19:38:50 -0000 1.19.2.1
@@ -4,13 +4,13 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="Author" content="Erich Gamma, Kent Beck, and David Saff">
- <title>JUnit 4.3</title>
+ <title>JUnit 4.3.1</title>
</head>
<body>
<h1>
<b><font color="#00CC00">J</font><font color="#FF0000">U</font><font color="#000000">nit
-4.2</b></h1>
+4.3.1</b></h1>
<br>Brought to you by <a href="http://www.threeriversinstitute.org">Kent Beck</a>, Erich
Gamma, and <a href="http://david.saff.net">David Saff</a>.
@@ -19,7 +19,7 @@
<br>(see also <a href="http://www.junit.org">JUnit.org</a>)
<hr WIDTH="100%">
-<br>7 March 2007
+<br>27 March 2007
<p>JUnit is a simple framework to write repeatable tests. It is an instance
of the xUnit architecture for unit testing frameworks.
<ul>
@@ -42,6 +42,21 @@
</ul>
<h2>
+<a NAME="Summary of"></a>Summary of Changes in version 4.3.1</h2>
+<p>
+<ul>
+<li>Bug fix: 4.3 introduced a
+<a href="https://sourceforge.net/tracker/?func=detail&atid=115278&aid=1684562&group_id=15278">bug</a>
+that caused a NullPointerException
+when comparing a null reference to a non-null reference in <tt>assertEquals</tt>.
+This has been fixed.
+<li>Bug fix: The binary jar for 4.3 <a href="https://sourceforge.net/tracker/?func=detail&atid=115278&aid=1686931&group_id=15278">accidentally</a> included the tests and sample code,
+which are now removed for a smaller download, but, as always, available from the
+full zip.
+</ul>
+</p>
+
+<h2>
<a NAME="Summary of"></a>Summary of Changes with version 4.3</h2>
<p>
<ul>
@@ -115,13 +130,13 @@
</tr>
<tr>
-<td><tt>junit-4.3.jar</tt></td>
+<td><tt>junit-4.3.1.jar</tt></td>
<td>a jar file with the JUnit framework</td>
</tr>
<tr>
-<td><tt>junit-4.3-src.jar</tt></td>
+<td><tt>junit-4.3.1-src.jar</tt></td>
<td>a jar file with the source code of the JUnit framework</td>
</tr>
@@ -162,20 +177,20 @@
Below are the installation steps for installing JUnit:
<ol>
<li>
-unzip the junit4.3.zip file</li>
+unzip the junit4.3.1.zip file</li>
<li>
-add<i> </i><b>junit-4.3.jar</b> to the CLASSPATH. For example:
+add<i> </i><b>junit-4.3.1.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.3.jar but in the installation directory directly.
+contained in the junit-4.3.1.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.3.jar
+<b><font color="#FF0000">Important</font></b>: don't install junit-4.3.1.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>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV