Author: fanningpj
Date: Mon Aug  1 16:12:36 2022
New Revision: 1903172

URL: http://svn.apache.org/viewvc?rev=1903172&view=rev
Log:
[bug-66181] add time example

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

Modified: 
poi/trunk/poi/src/test/java/org/apache/poi/ss/formula/functions/TestValue.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/test/java/org/apache/poi/ss/formula/functions/TestValue.java?rev=1903172&r1=1903171&r2=1903172&view=diff
==============================================================================
--- 
poi/trunk/poi/src/test/java/org/apache/poi/ss/formula/functions/TestValue.java 
(original)
+++ 
poi/trunk/poi/src/test/java/org/apache/poi/ss/formula/functions/TestValue.java 
Mon Aug  1 16:12:36 2022
@@ -73,6 +73,8 @@ final class TestValue {
         confirmValue("$1,000e2", 100000);
         confirmValue("30%", 0.3);
         confirmValue("30 %", 0.3);
+        //next test is based on 
https://support.microsoft.com/en-us/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2
+        confirmValue("4:48:00", 0.2);
     }
 
     @Test



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to