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.7 by dl, Sat Dec 27 19:26:43 2003 UTC vs.
Revision 1.8 by dl, Mon Dec 29 19:05:40 2003 UTC

# Line 22 | Line 22 | public class DelayQueueTest extends JSR1
22      private static final int NOCAP = Integer.MAX_VALUE;
23  
24      /**
25 <     * A delayed implmentation for testing.
25 >     * A delayed implementation for testing.
26       * Most  tests use Pseudodelays, where delays are all elapsed
27       * (so, no blocking solely for delays) but are still ordered
28       */
# Line 764 | Line 764 | public class DelayQueueTest extends JSR1
764      }
765  
766      /**
767 <     * toArray with incompatable array type throws CCE
767 >     * toArray with incompatible array type throws CCE
768       */
769      public void testToArray1_BadArg() {
770          try {
# Line 853 | Line 853 | public class DelayQueueTest extends JSR1
853  
854  
855      /**
856 <     * Dekayed actions do not occur until their delay elapses
856 >     * Delayed actions do not occur until their delay elapses
857       */
858      public void testDelay() {
859          DelayQueue q = new DelayQueue();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines