Added a second action item for exception package tests.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Rall 2002-08-26 06:00:32 +00:00
parent 9d31e575bd
commit 2789de54dc
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<div align="center">
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
$Id: STATUS.html,v 1.9 2002/08/26 05:59:42 dlr Exp $<br />
$Id: STATUS.html,v 1.10 2002/08/26 06:00:32 dlr Exp $<br />
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
@ -94,6 +94,7 @@ still under discussion, so please mail the list before actioning.</p>
<li>CloneUtils - utility class to enable cloning via various different mechanisms</li>
<li>StringUtils containsOnly method - proposed new method to check if a string contains only certain chars</li>
<li>exception package tests - consolidate code duplicated across tests for Nestable implementations</li>
<li>exception package tests - add testing of new NestableError class</li>
</ul>
<a name="Committers"></a>