public void testWholeListParse() throws IOException
{
VMSFTPEntryParser parser = new VMSFTPEntryParser();
parser.configure(null);
FTPListParseEngine engine = new FTPListParseEngine(parser);
engine.readServerList(
new ByteArrayInputStream(fullListing.getBytes()));
FTPFile[] files = engine.getFiles();
assertEquals(6, files.length);
assertFileInListing(files, "2-JUN.LIS");
assertFileInListing(files, "3-JUN.LIS");