X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fio%2FSharedFileBackedOutputStreamTest.java;h=71e1866f3268e4eca84c2b0ca06c8c2d609f41be;hp=0d6f5811238166a4727bb996252e8aed0fbd7a3c;hb=e0e956ecf0a4e5085f33e67f4fb73141876f1668;hpb=c805b57270f82d09d460672372d8d21f5aa54fde diff --git a/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/io/SharedFileBackedOutputStreamTest.java b/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/io/SharedFileBackedOutputStreamTest.java index 0d6f581123..71e1866f32 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/io/SharedFileBackedOutputStreamTest.java +++ b/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/io/SharedFileBackedOutputStreamTest.java @@ -46,7 +46,6 @@ public class SharedFileBackedOutputStreamTest { @Before public void setup() { FileBackedOutputStreamTest.deleteTempFiles(TEMP_DIR); - FileBackedOutputStream.REFERENCE_CACHE.clear(); } @After