mirror of https://github.com/apache/poi.git
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:
parent
9b5b27045c
commit
39e21fa97b
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue