Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix some unit test bugs -- TextParserTest, ImageItemExecutorTest, HTMLReportEmitterTest

Title: [birt-dev]CheckIn: Fix some unit test bugs -- TextParserTest, ImageItemExecutorTest, HTMLReportEmitterTest

Summary 
Fix some unit test bugs -- TextParserTest, ImageItemExecutorTest, HTMLReportEmitterTest

Bugzilla Bug (s) Resolved:
NONE

Description:
Why:
TextParserTest: TextParser has been changed by remove the process of value-of tag, but TextParserTest hasn't been changed.

ImageItemExecutorTest: There is something wrong in contructing the ExecutionContext in this test.
HTMLReportEmitterTest: The start method of HTMLReportEmitter has been chenged, but the file html_report_gold.txt which is used to check the  context writed by start method hasn't been changed.

 
Test Description:
Unit Test
 
Files Edited:
/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/parser/TextParserTest.java#5 edit
/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/parser/htmlparser_html.txt#2 edit
/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/executor/ReportItemExecutorTestAbs.java#28 edit
/org.eclipse.birt.report.engine.emitter.html/test/org/eclipse/birt/report/engine/emitter/html/html_report_gold.txt#18 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top