Author: ggregory
Date: Fri Oct 31 01:15:31 2014
New Revision: 1635651
URL: http://svn.apache.org/r1635651
Log:
Better test reports.
Modified:
commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamBlockSize.java
Modified:
commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamBlockSize.java
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamBlockSize.java?rev=1635651&r1=1635650&r2=1635651&view=diff
==============================================================================
---
commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamBlockSize.java
(original)
+++
commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamBlockSize.java
Fri Oct 31 01:15:31 2014
@@ -40,7 +40,8 @@ public class ReversedLinesFileReaderTest
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} });
}