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

Comparing jsr166/src/test/tck/AbstractExecutorServiceTest.java (file contents):
Revision 1.26 by jsr166, Fri Sep 17 00:53:15 2010 UTC vs.
Revision 1.27 by jsr166, Sat Oct 9 19:30:34 2010 UTC

# Line 248 | Line 248 | public class AbstractExecutorServiceTest
248      }
249  
250      /**
251 <     *  get of submitted callable throws InterruptedException if callable
252 <     *  interrupted
251 >     * get of submitted callable throws InterruptedException if callable
252 >     * interrupted
253       */
254      public void testSubmitIE() throws InterruptedException {
255          final ThreadPoolExecutor p =
# Line 270 | Line 270 | public class AbstractExecutorServiceTest
270      }
271  
272      /**
273 <     *  get of submit(callable) throws ExecutionException if callable
274 <     *  throws exception
273 >     * get of submit(callable) throws ExecutionException if callable
274 >     * throws exception
275       */
276      public void testSubmitEE() throws InterruptedException {
277          ThreadPoolExecutor p =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines