]> source.dussan.org Git - jgit.git/commit
GitConstructionTest: Remove unnecessary calls to Repository.close() 62/89662/2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Fri, 27 Jan 2017 01:08:11 +0000 (10:08 +0900)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 28 Jan 2017 16:46:27 +0000 (17:46 +0100)
commita9a3af4af766830a717b0a4239b4d17b42d6ad51
treea4056409ab578098997e875d985961e0e1cdcd40
parent7dca5dc9f394e3837d7901a74fb5130587aa38e1
GitConstructionTest: Remove unnecessary calls to Repository.close()

The repositories are already closed in the superclass teardown due
to being added to the "toClose" set.

Change-Id: I768ba8a02fc585907687caf37e2e283434016c04
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/GitConstructionTest.java