assertEquals("number of pbn files in the input directory",
1, afPbnFiles.length);
File fPbn0 = afPbnFiles[0];
PbnFile pbnFile = new PbnFile();
LinReader dr = new LinReader();
dr.setOutputWindow(new StandardSimplePrinter());
File tourneyHtmlFile = new File(sDirIn)
.listFiles(new FileFilterNameMask(".*tourney.*.html"))[0];
SoupProxy proxy = new SoupProxy();
Document mainDoc = proxy.getDocument(tourneyHtmlFile.toString());