Skip to content

Commit

Permalink
Better test reports.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1635651 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
garydgregory committed Oct 31, 2014
1 parent e2cc6f1 commit 90c3243
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public class ReversedLinesFileReaderTestParamBlockSize {
private static final String ISO_8859_1 = "ISO-8859-1";

@SuppressWarnings("boxing")
@Parameters // small and uneven block sizes are not used in reality but are good to show that the algorithm is solid
// small and uneven block sizes are not used in reality but are good to show that the algorithm is solid
@Parameters(name = "BlockSize={0}")
public static Collection<Integer[]> blockSizes() {
return Arrays.asList(new Integer[][] { {1}, {3}, {8}, {256}, {4096} });
}
Expand Down

0 comments on commit 90c3243

Please sign in to comment.