Skip to content

Commit 84ca5c7

Browse files
committed
Better test reports.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1635651 13f79535-47bb-0310-9956-ffa450edef68
1 parent a4fc3e9 commit 84ca5c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamBlockSize.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ public class ReversedLinesFileReaderTestParamBlockSize {
4040
private static final String ISO_8859_1 = "ISO-8859-1";
4141

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

0 commit comments

Comments
 (0)