}
@Test
public void testFilelistAllEmpty() throws IOException
{
Fileset fileset = new Fileset(
TEST_BASE_DIR,
new HashSet<String>(),
new HashSet<String>());
List<File> fileList = fileset.getFiles();
Iterator<File> fileIt = fileList.iterator();
while (fileIt.hasNext())
{
File file = fileIt.next();
if (file.getPath().indexOf(".svn") != -1)