mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
10.02.2018 e81a30fa76a8d2589e641468290bfac2a4add525
borgbutler-core/src/test/java/de/micromata/borgbutler/cache/CacheTest.java
@@ -69,10 +69,10 @@
        }
        {
            if (archive != null) {
                List<FilesystemItem> content = ButlerCache.getInstance().getArchiveContent(repoConfig, archive);
                log.info("Number of items (content) of archive: " + content.size());
                FilesystemItem[] content = ButlerCache.getInstance().getArchiveContent(repoConfig, archive);
                log.info("Number of items (content) of archive: " + content.length);
                content = ButlerCache.getInstance().getArchiveContent(repoConfig, archive);
                log.info("Number of items (content) of archive: " + content.size());
                log.info("Number of items (content) of archive: " + content.length);
            }
        }
        ButlerCache.getInstance().shutdown();