]> source.dussan.org Git - jgit.git/commit
Close some Repository instances in tests 69/151369/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Mon, 21 Oct 2019 09:23:48 +0000 (11:23 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Mon, 21 Oct 2019 09:39:46 +0000 (11:39 +0200)
commit123634e2aa19cfb8275e373e93f95753faf1f43d
treed463eb5e2210bdbb0c86874a1241eceee305f5fa
parent1b8da0dcfa52264db36a3613d47a415f00fb10c6
Close some Repository instances in tests

This doesn't yet ensure that _all_ repositories are closed. It only
handles the obvious, local, and easy cases.

Change-Id: I0f9f8607791f0f03ed1f5ad71e9595e78b78892f
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/AddCommandTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/PackWriterTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/T0003_BasicTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/IndexDiffTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/merge/MergerTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/FileTreeIteratorTest.java