]> source.dussan.org Git - poi.git/commitdiff
[bug-66181] add time example
authorPJ Fanning <fanningpj@apache.org>
Mon, 1 Aug 2022 16:12:36 +0000 (16:12 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 1 Aug 2022 16:12:36 +0000 (16:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903172 13f79535-47bb-0310-9956-ffa450edef68

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

index 03f8aab85a47c3f799d7d03cc2a7e49b26796861..7166037788d9339678c86322872d209aaf2f2a19 100644 (file)
@@ -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