File file = GoldTestBase.locateGoldenSampleReport("2sql-subreport.prpt");
MasterReport masterReport = GoldTestBase.parseReport(file);
masterReport.setCompatibilityLevel(ClassicEngineBoot.computeVersionId(3, 8, 0));
// XmlPageReportUtil.createXml(masterReport, new NoCloseOutputStream(System.out));
// XmlTableReportUtil.createFlowXML(masterReport, new NoCloseOutputStream(System.out));
XmlTableReportUtil.createFlowXML(masterReport, new NullOutputStream());
}