History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MULE-2699
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Andreas Guenther
Reporter: Ross Mason
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Mule

Add TransformerCollection test case

Created: 16/Nov/07 10:10 AM   Updated: 22/Apr/08 06:07 PM
Component/s: Core: Transformers
Affects Version/s: 2.0.0-M2
Fix Version/s: 2.0.1

Time Tracking:
Not Specified

Labels:
User impact: Low


 Description  « Hide
Add TransformerCollection test case

 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Andreas Guenther - 18/Apr/08 06:28 PM
I am trying to understand this issue and need some confirmation:

#1 Does TransformerCollection replace the chaining implementation from 1.x using UMOTransformer getNextTransformer()?
#2 Can I assume that test cases will essentially implement what 1.x implemented in TransformerChainingTestCase?


Ross Mason - 18/Apr/08 06:41 PM
yes and yes

I didn't realise there was already a test for this in 1.x


Andreas Guenther - 21/Apr/08 07:42 PM
Committed r11619. I re-used the existing test case class and re-implemented it based on new TransformerCollection concept. Let me know if there are more use cases you wish to see covered.