--- jsr166/src/test/tck/JSR166TestCase.java 2009/11/26 15:42:15 1.45 +++ jsr166/src/test/tck/JSR166TestCase.java 2009/12/01 06:47:14 1.47 @@ -370,22 +370,22 @@ public class JSR166TestCase extends Test // Some convenient Integer constants - public static final Integer zero = new Integer(0); - public static final Integer one = new Integer(1); - public static final Integer two = new Integer(2); - public static final Integer three = new Integer(3); + public static final Integer zero = new Integer(0); + public static final Integer one = new Integer(1); + public static final Integer two = new Integer(2); + public static final Integer three = new Integer(3); public static final Integer four = new Integer(4); public static final Integer five = new Integer(5); - public static final Integer six = new Integer(6); + public static final Integer six = new Integer(6); public static final Integer seven = new Integer(7); public static final Integer eight = new Integer(8); - public static final Integer nine = new Integer(9); + public static final Integer nine = new Integer(9); public static final Integer m1 = new Integer(-1); public static final Integer m2 = new Integer(-2); public static final Integer m3 = new Integer(-3); - public static final Integer m4 = new Integer(-4); - public static final Integer m5 = new Integer(-5); - public static final Integer m6 = new Integer(-6); + public static final Integer m4 = new Integer(-4); + public static final Integer m5 = new Integer(-5); + public static final Integer m6 = new Integer(-6); public static final Integer m10 = new Integer(-10); @@ -456,7 +456,6 @@ public class JSR166TestCase extends Test try { realRun(); threadShouldThrow(exceptionClass.getSimpleName()); - } catch (InterruptedException success) { } catch (Throwable t) { if (! exceptionClass.isInstance(t)) threadUnexpectedException(t); @@ -477,7 +476,6 @@ public class JSR166TestCase extends Test try { realRun(); threadShouldThrow(exceptionClass.getSimpleName()); - } catch (InterruptedException success) { } catch (Throwable t) { if (! exceptionClass.isInstance(t)) threadUnexpectedException(t);