[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    svn commit: r1635651 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/ReversedLi
From:       ggregory () apache ! org
Date:       2014-10-31 1:15:32
Message-ID: 20141031011532.620EB23888A6 () eris ! apache ! org
[Download RAW message or body]

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/com \
mons/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} });
     }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic