Discussion:
[mule-scm] [mule][23913] branches/mule-3.x/core/src/test/java/org/mule/routing/ SimpleCollectionAggregatorTestCase.java: MULE-5998 fix
Pablo Kraan
2012-02-24 15:40:37 UTC
Permalink
Ale,

We add the issue description in the commit message, otherwise we need to
jump to JIRA in order to understand what was fixed.
Review the indentation and the code style of your code.

Pablo
**
Revision 23913 <http://fisheye.codehaus.org/changelog/mule/?cs=23913>
Author asequeira Date 2012-02-24 09:21:37 -0600 (Fri, 24 Feb 2012) Log
Message
MULE-5998 fix
Modified Paths
-
branches/mule-3.x/core/src/test/java/org/mule/routing/SimpleCollectionAggregatorTestCase.java<#135aff6048a5b739_branchesmule3xcoresrctestjavaorgmuleroutingSimpleCollectionAggregatorTestCasejava>
Diff
branches/mule-3.x/core/src/test/java/org/mule/routing/SimpleCollectionAggregatorTestCase.java
(23912 => 23913)
--- branches/mule-3.x/core/src/test/java/org/mule/routing/SimpleCollectionAggregatorTestCase.java 2012-02-24 14:53:04 UTC (rev 23912)
- // assertEquals("test event A", ((List)payload.get(0)).get(0));
- // assertEquals("test event B", ((List)payload.get(0)).get(1));
- // assertEquals("test event C", ((List)payload.get(1)).get(0));
- // assertEquals("test event D", ((List)payload.get(1)).get(1));+ assertEquals("test event A", ((List)payload.get(0)).get(0));
+ assertEquals("test event B", ((List)payload.get(0)).get(1));
+ assertEquals("test event C", ((List)payload.get(1)).get(0));
+ assertEquals("test event D", ((List)payload.get(1)).get(1)); }
------------------------------
http://xircles.codehaus.org/manage_email
Loading...