Anton Pevtsov wrote:
The attached file contains the test for the lib.set.union algorithm.
Here I used the same to the test for merge algorithm mechanism to
minimize the test compilation time.
Awesome! Great work! Committer here:
http://svn.apache.org/viewcvs.cgi?rev=378417&view=rev
Btw., I decided to abbreviate the names of the "algorithm classes"
and drop the word Test. They're not really test classes but rather
algorithm invocation classes, so I think the new name makes more
sense that way. I'm about to make the same change to the merge test.
Martin