Index: C:/harmony/trunk_0427/modules/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/SocketHandlerTest.java =================================================================== --- C:/harmony/trunk_0427/modules/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/SocketHandlerTest.java (revision 421473) +++ C:/harmony/trunk_0427/modules/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/SocketHandlerTest.java (working copy) @@ -594,8 +594,6 @@ h.setLevel(Level.INFO); try { h.publish(null); - fail("Should throw NullPointerException!"); - } catch (NullPointerException e) { } finally { h.close(); // ensure the thread exits and the port becomes available again