_findFiles(dir, filenames);
if (filenames.size() != 1) {
fail("Should only have 1 store file after operations, got "+filenames.size()+": "+filenames);
}
} finally {
store.stop();
}
}
private void _findFiles(File dir, List<String> filenames) throws IOException
{