use of org.pentaho.platform.plugin.outputs.ApacheVFSOutputHandler in project pentaho-platform by pentaho.
the class ApacheVFSOutputHandlerIT method testAudit.
public void testAudit() {
startTest();
ApacheVFSOutputHandler handler = new ApacheVFSOutputHandler();
IContentItem contentItem = handler.getFileOutputContentItem();
// $NON-NLS-1$
System.out.println("Content Item for VFS" + contentItem);
assertTrue(true);
finishTest();
}
Aggregations