}
public static void main(final String[] args)
throws Exception
{
final ColorAndLetterTableModel m_dataModel = new ColorAndLetterTableModel();
final MasterReport report = TestSystem.loadReport
("org/pentaho/reporting/engine/classic/extensions/junit/pagebreak.xml", m_dataModel);
if (report == null)
{
System.exit(1);