Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Update the UnitTest in order to separate the tests plugin

Title: [birt-dev]CheckIn: Update the UnitTest in order to separate the tests plugin

- Summary:
Update the UnitTest in order to separate the tests plugin


- Bugzilla Bug (s) Resolved:
None


- Description:
Update the UnitTest in order to separate the tests plugin.

use:
Iterator iter = template.getNodes.iterator( );
instead of:
Iterator iter = template.nodes.iterator( );


- Tests Description  :
Manual Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.core/test/org/eclipse/birt/core/template/TemplateParserTest.java"


- Files Added:
None

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd



Back to the top