Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix bug 163310 testRenderReportlet_complex_list() & testRenderReportlet_complex_table() in tests.engine fail.

- Summary:

163310 testRenderReportlet_complex_list() & testRenderReportlet_complex_table() in tests.engine fail.

 

 

- Bugzilla Bug(s)

163310

 

- Description:

In ReportDocumentReader, incorrect behavior as following caused the bug:

generateBy of TableBandContent of group header/footer are set to the TableBandDesign of group footer/header. So, for any group which has header and no footer, or has footer and no header, the TableBandContent of group header or footer has no generateBy.

 

Fixed by set generateBy of group header/footer to TableBandDesign of groop header/footer respectively.

 

 

- Tests Description:

Manuel

 

- Notes to Build Team:

 

- Notes to Developers:

 

- Notes to QA:

 

- Notes to Documentation:

 

- Files Edited:

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/AbstractReportReader.java

/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/MetadataEmitter.java

 

- Files Added:

 

-Jun Ouyang

 


Back to the top