{
final URL url = getClass().getResource("Crashing-crosstab.prpt");
assertNotNull(url);
final ResourceManager resourceManager = new ResourceManager();
resourceManager.registerDefaults();
final Resource directly = resourceManager.createDirectly(url, MasterReport.class);
final MasterReport report = (MasterReport) directly.getResource();
final ReportElement crosstabCell = report.getChildElementByType(CrosstabCellType.INSTANCE);
// crosstabCell.setAttribute(AttributeNames.Core.NAMESPACE, AttributeNames.Core.CROSSTAB_DETAIL_MODE, CrosstabDetailMode.first);
// Test whether the final page has out-of-bounds boxes. The FillPhysicalPages step should have removed them
final PrintReportProcessor rp = new PrintReportProcessor(report);