}
public void testAudit() {
startTest();
ApacheVFSOutputHandler handler = new ApacheVFSOutputHandler();
IContentItem contentItem = handler.getFileOutputContentItem();
System.out.println( "Content Item for VFS" + contentItem ); //$NON-NLS-1$
assertTrue( true );
finishTest();
}