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

Comparing jsr166/src/test/tck/ThreadLocalTest.java (file contents):
Revision 1.6 by jsr166, Fri Jul 31 23:37:31 2009 UTC vs.
Revision 1.7 by jsr166, Tue Aug 4 10:13:48 2009 UTC

# Line 79 | Line 79 | public class ThreadLocalTest extends JSR
79                  try {
80                      child.join();
81                  } catch (InterruptedException e) {
82 <                    threadUnexpectedException();
82 >                    threadUnexpectedException(e);
83                  }
84              }
85          }
# Line 99 | Line 99 | public class ThreadLocalTest extends JSR
99                  assertEquals(i, x[i]);
100              }
101          } catch (InterruptedException e) {
102 <            unexpectedException();
102 >            unexpectedException(e);
103          }
104      }
105   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines