javadoc'd it.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352893 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-10-09 20:38:00 +00:00
parent b766ee6991
commit 8801e51f7e

View File

@ -74,6 +74,8 @@ import java.util.Date;
import java.util.GregorianCalendar;
/**
* Tests various functionity having to do with HSSFCell. For instance support for
* paticular datatypes, etc.
* @author Andrew C. Oliver (andy at superlinksoftware dot com)
*/
@ -83,6 +85,9 @@ extends TestCase {
super(s);
}
/**
* test that Boolean and Error types (BoolErrRecord) are supported properly.
*/
public void testBoolErr()
throws java.io.IOException {
String readFilename = System.getProperty("HSSF.testdata.path");