ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/extra166y/ParallelArrayAsListTest.java
(Generate patch)

Comparing jsr166/src/test/extra166y/ParallelArrayAsListTest.java (file contents):
Revision 1.4 by jsr166, Wed Sep 1 07:20:36 2010 UTC vs.
Revision 1.5 by jsr166, Wed Sep 1 07:28:19 2010 UTC

# Line 16 | Line 16 | import java.io.*;
16   public class ParallelArrayAsListTest extends JSR166TestCase{
17  
18      public static void main(String[] args) {
19 <        junit.textui.TestRunner.run (suite());
19 >        junit.textui.TestRunner.run(suite());
20      }
21  
22      public static Test suite() {
# Line 184 | Line 184 | public class ParallelArrayAsListTest ext
184      /**
185       * iterator.remove removes element
186       */
187 <    public void testIteratorRemove () {
187 >    public void testIteratorRemove() {
188          List full = populatedArray(SIZE);
189          Iterator it = full.iterator();
190          Object first = full.get(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines