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

Comparing jsr166/src/test/tck/CountedCompleterTest.java (file contents):
Revision 1.21 by jsr166, Sun Oct 18 16:43:53 2015 UTC vs.
Revision 1.22 by jsr166, Sun Oct 18 18:54:49 2015 UTC

# Line 299 | Line 299 | public class CountedCompleterTest extend
299      void testComplete(NoopCC cc, Object x, int pendingCount) {
300          cc.setPendingCount(pendingCount);
301          cc.checkCompletes(x);
302 +        assertEquals(pendingCount, cc.getPendingCount());
303      }
304  
305      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines