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

Comparing jsr166/src/test/tck/SynchronousQueueTest.java (file contents):
Revision 1.8 by dl, Sun Feb 15 00:27:45 2004 UTC vs.
Revision 1.9 by dl, Mon Aug 1 19:54:04 2005 UTC

# Line 755 | Line 755 | public class SynchronousQueueTest extend
755              while (!q.isEmpty())
756                  assertEquals(q.remove(), r.remove());
757          } catch(Exception e){
758 +            e.printStackTrace();
759              unexpectedException();
760          }
761      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines