You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/08/07 19:40:35 UTC

svn commit: r1892091 - /poi/trunk/poi/src/test/java/org/apache/poi/ss/formula/functions/TestTimeValue.java

Author: fanningpj
Date: Sat Aug  7 19:40:35 2021
New Revision: 1892091

URL: http://svn.apache.org/viewvc?rev=1892091&view=rev
Log:
add test

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

Modified: poi/trunk/poi/src/test/java/org/apache/poi/ss/formula/functions/TestTimeValue.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi/src/test/java/org/apache/poi/ss/formula/functions/TestTimeValue.java?rev=1892091&r1=1892090&r2=1892091&view=diff
==============================================================================
--- poi/trunk/poi/src/test/java/org/apache/poi/ss/formula/functions/TestTimeValue.java (original)
+++ poi/trunk/poi/src/test/java/org/apache/poi/ss/formula/functions/TestTimeValue.java Sat Aug  7 19:40:35 2021
@@ -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);
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org