Fix resource leaks in TransactionChainProxyTest 54/28754/2
authorGary Wu <gary.wu1@huawei.com>
Fri, 23 Oct 2015 20:40:48 +0000 (13:40 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 24 Oct 2015 13:22:14 +0000 (13:22 +0000)
commitc8accd29069c3e7e874949e71ae1518371e660f0
treee1e0d2c9db00e7f6e3bfbe79ced9dd4e04c9a03a
parent11c04cc6c57250b575d43aa55402c8a780db1423
Fix resource leaks in TransactionChainProxyTest

Close TransactionChainProxy objects (AutoCloseable)
that were not being closed in the test cases.

Change-Id: I85b1f951545b764007bdb2e808a2438c9bd4b2b2
Signed-off-by: Gary Wu <gary.wu1@huawei.com>
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/TransactionChainProxyTest.java