[hornetq-commits] JBoss hornetq SVN: r7936 - trunk/tests/src/org/hornetq/tests/unit/core/client/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 3 17:06:39 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-09-03 17:06:39 -0400 (Thu, 03 Sep 2009)
New Revision: 7936

Modified:
   trunk/tests/src/org/hornetq/tests/unit/core/client/impl/LargeMessageBufferTest.java
Log:
Fixing test

Modified: trunk/tests/src/org/hornetq/tests/unit/core/client/impl/LargeMessageBufferTest.java
===================================================================
--- trunk/tests/src/org/hornetq/tests/unit/core/client/impl/LargeMessageBufferTest.java	2009-09-03 17:38:43 UTC (rev 7935)
+++ trunk/tests/src/org/hornetq/tests/unit/core/client/impl/LargeMessageBufferTest.java	2009-09-03 21:06:39 UTC (rev 7936)
@@ -257,6 +257,10 @@
             catch (IndexOutOfBoundsException ignored)
             {
             }
+            catch (IllegalAccessError ignored)
+            {
+               
+            }
             catch (Throwable e)
             {
                e.printStackTrace();



More information about the hornetq-commits mailing list