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

Comparing jsr166/src/test/tck/LinkedListTest.java (file contents):
Revision 1.5 by dl, Thu Sep 25 11:02:41 2003 UTC vs.
Revision 1.6 by dl, Sun Oct 5 23:00:40 2003 UTC

# Line 211 | Line 211 | public class LinkedListTest extends JSR1
211      }
212  
213      /**
214 <     *
214 >     * element returns next element, or throws NSEE if empty
215       */
216      public void testElement() {
217          LinkedList q = populatedQueue(SIZE);
# Line 227 | Line 227 | public class LinkedListTest extends JSR1
227      }
228  
229      /**
230 <     * element returns next element, or throws NSEE if empty
230 >     *  remove removes next element, or throws NSEE if empty
231       */
232      public void testRemove() {
233          LinkedList q = populatedQueue(SIZE);
# Line 316 | Line 316 | public class LinkedListTest extends JSR1
316      }
317  
318      /**
319 <     *  removeAll(c) removes only those elements of c and reports true if changed
319 >     * removeAll(c) removes only those elements of c and reports true if changed
320       */
321      public void testRemoveAll() {
322          for (int i = 1; i < SIZE; ++i) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines