new File( getDavRepository(), dirName + "/" + dirnames[i] ).mkdirs();
}
Wagon wagon = getWagon();
wagon.connect( testRepository, getAuthInfo() );
List<String> list = wagon.getFileList( dirName );
assertNotNull( "file list should not be null.", list );
assertEquals( "file list should contain 6 items", 6, list.size() );