You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/04/24 16:47:47 UTC

svn commit: r1329750 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/TestPoolUtils.java

Author: sebb
Date: Tue Apr 24 14:47:46 2012
New Revision: 1329750

URL: http://svn.apache.org/viewvc?rev=1329750&view=rev
Log:
Test seems to work so let's enable it.
If it proves to be a problem, it should be fixed with @Ignore, not @SuppressWarnings

Modified:
    commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/TestPoolUtils.java

Modified: commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/TestPoolUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/TestPoolUtils.java?rev=1329750&r1=1329749&r2=1329750&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/TestPoolUtils.java (original)
+++ commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/TestPoolUtils.java Tue Apr 24 14:47:46 2012
@@ -56,7 +56,7 @@ public class TestPoolUtils {
     /** Sleep time to let the minIdle tests run CHECK_COUNT times. */
     private static final int CHECK_SLEEP_PERIOD = CHECK_PERIOD * (CHECK_COUNT - 1) + CHECK_PERIOD / 2;
 
-    @SuppressWarnings("unused")
+    @Test
     public void testJavaBeanInstantiation() {
         new PoolUtils();
     }