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

Comparing jsr166/src/test/tck/ConcurrentSkipListSubSetTest.java (file contents):
Revision 1.6 by jsr166, Mon Nov 16 04:57:10 2009 UTC vs.
Revision 1.7 by jsr166, Mon Nov 16 05:30:07 2009 UTC

# Line 508 | Line 508 | public class ConcurrentSkipListSubSetTes
508              assertEquals(q.size(), r.size());
509              while (!q.isEmpty())
510                  assertEquals(q.pollFirst(), r.pollFirst());
511 <        } catch (Exception e){
511 >        } catch (Exception e) {
512              e.printStackTrace();
513              unexpectedException();
514          }
# Line 1026 | Line 1026 | public class ConcurrentSkipListSubSetTes
1026              assertEquals(q.size(), r.size());
1027              while (!q.isEmpty())
1028                  assertEquals(q.pollFirst(), r.pollFirst());
1029 <        } catch (Exception e){
1029 >        } catch (Exception e) {
1030              e.printStackTrace();
1031              unexpectedException();
1032          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines