------------------------------------------------------------ revno: 11444 committer: Lars Helge Ă˜verland <larshe...@gmail.com> branch nick: dhis2 timestamp: Thu 2013-07-18 18:18:37 +0200 message: Minor modified: dhis-2/dhis-api/src/test/java/org/hisp/dhis/common/CombinationGeneratorTest.java
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-api/src/test/java/org/hisp/dhis/common/CombinationGeneratorTest.java' --- dhis-2/dhis-api/src/test/java/org/hisp/dhis/common/CombinationGeneratorTest.java 2013-07-18 15:55:16 +0000 +++ dhis-2/dhis-api/src/test/java/org/hisp/dhis/common/CombinationGeneratorTest.java 2013-07-18 16:18:37 +0000 @@ -108,20 +108,6 @@ } @Test - public void testGetNextD() - { - IdentifiableObject[] a1 = {a,b}; - IdentifiableObject[] a2 = {}; - - CombinationGenerator<IdentifiableObject> generator = new CombinationGenerator<IdentifiableObject>( a1, a2 ); - - assertTrue( equals( generator.getNext(), a ) ); - assertTrue( equals( generator.getNext(), b ) ); - assertNull( generator.getNext() ); - assertNull( generator.getNext() ); - } - - @Test public void testHasNextA() { IdentifiableObject[] a1 = {a,b,c,d};
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp