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

Comparing jsr166/src/test/tck/ForkJoinPoolTest.java (file contents):
Revision 1.42 by jsr166, Sun May 29 07:01:17 2011 UTC vs.
Revision 1.43 by jsr166, Sun May 29 13:45:35 2011 UTC

# Line 256 | Line 256 | public class ForkJoinPoolTest extends JS
256       * the task has completed successfully, and construction
257       * parameters continue to hold
258       */
259 <    public void testisQuiescent() throws Exception {
259 >    public void testIsQuiescent() throws Exception {
260          ForkJoinPool p = new ForkJoinPool(2);
261          try {
262              assertTrue(p.isQuiescent());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines