ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/PriorityQueue/PriorityQueueSort.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/PriorityQueue/PriorityQueueSort.java (file contents):
Revision 1.7 by jsr166, Mon May 21 16:44:31 2007 UTC vs.
Revision 1.9 by jsr166, Tue Sep 1 00:31:17 2009 UTC

# Line 5 | Line 5
5   */
6  
7   /*
8 < * @test %I% %E%
8 > * @test
9   * @bug 4486658
10   * @summary Checks that a priority queue returns elements in sorted order across various operations
11   */
# Line 69 | Line 69 | public class PriorityQueueSort {
69              throw new RuntimeException("Iterator remove test failed.");
70      }
71   }
72

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines