diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-21 09:05:26 +0000 |
---|---|---|
committer | Gerrit Code Review <support@gerrithub.io> | 2024-11-21 09:05:26 +0000 |
commit | f295477b1925cc272c6219126daf1fd7cfc5b602 (patch) | |
tree | 1874816a12e73472d5a393bacb4b6eb538f08324 /org.eclipse.jgit.test | |
parent | 1197f153973bead26734d16231df47d735eeca77 (diff) | |
parent | 4618d19629f2097f7a5c706c109284d6466596be (diff) | |
download | jgit-f295477b1925cc272c6219126daf1fd7cfc5b602.tar.gz jgit-f295477b1925cc272c6219126daf1fd7cfc5b602.zip |
Merge "GitTimeParser: Fix multiple errorprone and style comments"
Diffstat (limited to 'org.eclipse.jgit.test')
-rw-r--r-- | org.eclipse.jgit.test/tst/org/eclipse/jgit/util/GitTimeParserBadlyFormattedTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/GitTimeParserBadlyFormattedTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/GitTimeParserBadlyFormattedTest.java index e5f162d11a..a59d7bc7bb 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/GitTimeParserBadlyFormattedTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/GitTimeParserBadlyFormattedTest.java @@ -45,7 +45,7 @@ public class GitTimeParserBadlyFormattedTest { @DataPoints public static String[] getDataPoints() { - return new String[] { "", "1970", "3000.3000.3000", "3 yesterday ago", + return new String[] { "", ".", "...", "1970", "3000.3000.3000", "3 yesterday ago", "now yesterday ago", "yesterdays", "3.day. 2.week.ago", "day ago", "Gra Feb 21 15:35:00 2007 +0100", "Sun Feb 21 15:35:00 2007 +0100", |