This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 26f54fc8828fd4cbbc58518823cb9b1a35fe7292
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 25 09:32:13 2024 -0400

    Add TODO comment
---
 .../java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java 
b/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
index 5a0a3f6f1..6e9dc464e 100644
--- a/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
@@ -534,6 +534,8 @@ public class DurationFormatUtilsTest extends 
AbstractLangTest {
         assertEquals("P1Y1M2DT10H30M0.000S", text);
         // want a way to say 'don't print the seconds in format()' or other 
fields for that matter:
         // assertEquals("P1Y2M3DT10H30M", text);
+        //
+        // TODO Jacoco shows missing coverage for internal negative days
     }
 
     @Test

Reply via email to