]> source.dussan.org Git - poi.git/commitdiff
add test
authorPJ Fanning <fanningpj@apache.org>
Sat, 7 Aug 2021 19:40:35 +0000 (19:40 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 7 Aug 2021 19:40:35 +0000 (19:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892091 13f79535-47bb-0310-9956-ffa450edef68

poi/src/test/java/org/apache/poi/ss/formula/functions/TestTimeValue.java

index 3cd4ab552f1c68af0438536ea6ffe3d0fa940336..1cbee788b87204d96f66a290d8be39d0427e8c1f 100644 (file)
@@ -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);
         }