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

Comparing jsr166/src/test/tck/DelayQueueTest.java (file contents):
Revision 1.30 by jsr166, Wed Dec 23 00:47:16 2009 UTC vs.
Revision 1.31 by jsr166, Wed Aug 25 00:07:03 2010 UTC

# Line 13 | Line 13 | import java.util.concurrent.*;
13  
14   public class DelayQueueTest extends JSR166TestCase {
15      public static void main(String[] args) {
16 <        junit.textui.TestRunner.run (suite());
16 >        junit.textui.TestRunner.run(suite());
17      }
18  
19      public static Test suite() {
# Line 708 | Line 708 | public class DelayQueueTest extends JSR1
708      /**
709       * iterator.remove removes current element
710       */
711 <    public void testIteratorRemove () {
711 >    public void testIteratorRemove() {
712          final DelayQueue q = new DelayQueue();
713          q.add(new PDelay(2));
714          q.add(new PDelay(1));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines