Convert all tests that use ForwardReadyTransaction to use BatchedModifications 15/29715/6
authorMoiz Raja <moraja@cisco.com>
Sun, 15 Nov 2015 20:23:13 +0000 (12:23 -0800)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 10 Dec 2015 19:41:01 +0000 (19:41 +0000)
commit1b244fc4c1f40bb663b6763c8deb25850dbbf245
tree7744961bc870eafa68ff550d2713036eab55098d
parent5305c5579d7f9151c5b913cc20ae1b4fca381db2
Convert all tests that use ForwardReadyTransaction to use BatchedModifications

The ShardTests that cover various scenarios were all using ForwardedReadyTransaction
which I have now migrated to use BatchedModifications. This removes most direct
usages of this message.

Change-Id: I7b3eae972dfa3daf30d24795fc3f34a699f98eab
Signed-off-by: Moiz Raja <moraja@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/AbstractShardTest.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/ShardTest.java