Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix visible format related issue.

- Summary:

Previously, the visible formats gotten from style is like ““html”, “pdf””, so when the formats is parsed, the quote marks need to be removed. Currently, the visible format are like “html, pdf”, no need to trim the quote marks any more.

 

- Bugzilla Bug(s)

 

- Description:

 

- Tests Description:

Manuel/Unit Test.

 

- Notes to Build Team:

 

- Notes to Developers:

 

- Notes to QA:

 

- Notes to Documentation:

 

- Files Edited:

/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/toc/TOCBuilderTest.java

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/toc/TOCTreeNode.java

/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/TOCNodeTest.java

 

- Files Added:

 

-Jun Ouyang

 


Back to the top