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

Comparing jsr166/src/test/tck/ThreadTest.java (file contents):
Revision 1.10 by jsr166, Mon Nov 2 20:28:32 2009 UTC vs.
Revision 1.11 by jsr166, Mon Nov 16 04:57:10 2009 UTC

# Line 56 | Line 56 | public class ThreadTest extends JSR166Te
56              assertEquals(eh, Thread.getDefaultUncaughtExceptionHandler());
57              Thread.setDefaultUncaughtExceptionHandler(null);
58          }
59 <        catch(SecurityException ok) {
59 >        catch (SecurityException ok) {
60          }
61          assertEquals(null, Thread.getDefaultUncaughtExceptionHandler());
62      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines