Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 117666, 117664 return reportRunnable, document name fromt he report document.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 117666, 117664 return reportRunnable, document name fromt he report document.

Summary 

Bugzilla Bug (s) Resolved:

117666:Return null when call getReportRunnable method in class ReportDocument.
117664:GetReportDocumentName() in class ReportDocument just return "name" without any process.

Description:
Use the design saved in the report document to create the report runnable and return it.
Return the archive file name as the report document name.
 
Test Description:
Unit Test, add two test case in the report document test.

 
Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocument.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngineHelper.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/impl/ReportDocumentTest.java"


Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top