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
b766ee6991
commit
8801e51f7e
@ -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
Block a user