mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
add test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d2a3e63a48
commit
4123427bae
@ -62,6 +62,7 @@ final class TestTimeValue {
|
||||
confirmTimeValue(new StringEval("1/01/2000 6:00 PM"), 0.75); // Serial number of a time entered as text.
|
||||
confirmTimeValue(new StringEval("12:00"), 0.5); // Serial number of a time entered as text.
|
||||
confirmTimeValue(new StringEval("6:00 PM"), 0.75); // Serial number of a time entered as text.
|
||||
confirmTimeValue(new StringEval("12:03:45"), 0.5026041666642413); // Serial number of a time entered as text.
|
||||
} finally {
|
||||
LocaleUtil.setUserLocale(null);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user