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

Comparing jsr166/src/test/tck/ScheduledExecutorSubclassTest.java (file contents):
Revision 1.8 by jsr166, Sat Nov 21 17:38:05 2009 UTC vs.
Revision 1.9 by jsr166, Tue Dec 1 06:47:14 2009 UTC

# Line 313 | Line 313 | public class ScheduledExecutorSubclassTe
313       *    getCompletedTaskCount increases, but doesn't overestimate,
314       *   when tasks complete
315       */
316 <    public void testGetCompletedTaskCount()throws InterruptedException  {
316 >    public void testGetCompletedTaskCount() throws InterruptedException {
317          CustomExecutor p2 = new CustomExecutor(2);
318          assertEquals(0, p2.getCompletedTaskCount());
319          p2.execute(new SmallRunnable());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines