You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/21 11:28:20 UTC

svn commit: r806475 - /commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestSemaphore.java

Author: mturk
Date: Fri Aug 21 09:28:17 2009
New Revision: 806475

URL: http://svn.apache.org/viewvc?rev=806475&view=rev
Log:
throw exception when attaching

Modified:
    commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestSemaphore.java

Modified: commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestSemaphore.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestSemaphore.java?rev=806475&r1=806474&r2=806475&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestSemaphore.java (original)
+++ commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestSemaphore.java Fri Aug 21 09:28:17 2009
@@ -59,11 +59,7 @@
             }
         }
         else {
-            try {
-                s = test002(0);
-            } catch (Throwable t) {
-                // Ignore
-            }
+            s = test002(0);
         }
         if (s < 0 && owner) {
             // Neither Create or Attach were sussesful