]> source.dussan.org Git - jgit.git/commit
Fix some tests in ConfigTest 82/203882/1
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 29 Aug 2023 19:26:34 +0000 (21:26 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 29 Aug 2023 19:26:34 +0000 (21:26 +0200)
commite29834a77da41625bd48ebf0538ee016a5319b7b
treec8511bb0c0d04660887f90d4c1192d310de1ac95
parenta2f326b76200c8def03eb136811c2cb5bc304f89
Fix some tests in ConfigTest

Some of the ConfigTest tests created a FileRepositoryBuilder but didn't
use it to actually create a FileRepository.

Change-Id: I1a4b27891daee1b235a71e7bbf2a7588b9d11a53
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ConfigTest.java