]> source.dussan.org Git - jgit.git/commit
tests/BasicTest: Use java.time constructors for PersonIdent 99/1204299/1
authorIvan Frade <ifrade@google.com>
Fri, 15 Nov 2024 21:37:12 +0000 (13:37 -0800)
committerIvan Frade <ifrade@google.com>
Tue, 19 Nov 2024 19:37:29 +0000 (11:37 -0800)
commit11a6d91a25d1196cc28a208e33c72159aab408e2
tree22c3709dc25ed6721b7074888ddbfa6fa224d907
parentdf9cf94b3e4811b579d404e0e58d005cc18df998
tests/BasicTest: Use java.time constructors for PersonIdent

Stop using the deprecated constructor with long/int for time/tz and
use instead Instant/ZoneId.

The code is still using the old constructor, but this verifies that we
are creating identical instances. We will update the code later.

Change-Id: I3844bf1e790e53e69a894cd697bddb31b755c2e6
org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/T0003_BasicTest.java