X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2Fpersisted%2FShardDataTreeSnapshotTest.java;h=5adf2cb6bd1a0a3da93ebdecb234c0a8f62dc56c;hp=9327f6262fea5d000e0692c33c728ac2d2afd23b;hb=refs%2Fchanges%2F09%2F84709%2F4;hpb=422ac9fbe65c02f942c1fed41ff4aa96545f4224 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/persisted/ShardDataTreeSnapshotTest.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/persisted/ShardDataTreeSnapshotTest.java index 9327f6262f..5adf2cb6bd 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/persisted/ShardDataTreeSnapshotTest.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/persisted/ShardDataTreeSnapshotTest.java @@ -48,7 +48,7 @@ public class ShardDataTreeSnapshotTest { } final byte[] bytes = bos.toByteArray(); - assertEquals(242, bytes.length); + assertEquals(236, bytes.length); ShardDataTreeSnapshot deserialized; try (ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(bytes))) { @@ -77,7 +77,7 @@ public class ShardDataTreeSnapshotTest { } final byte[] bytes = bos.toByteArray(); - assertEquals(390, bytes.length); + assertEquals(384, bytes.length); ShardDataTreeSnapshot deserialized; try (ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(bytes))) {