[jboss-cvs] JBossAS SVN: r60253 - branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 4 00:11:18 EST 2007


Author: bstansberry at jboss.com
Date: 2007-02-04 00:11:18 -0500 (Sun, 04 Feb 2007)
New Revision: 60253

Modified:
   branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityUnitTestCase.java
Log:
Sync up with trunk

Modified: branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityUnitTestCase.java
===================================================================
--- branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityUnitTestCase.java	2007-02-04 05:10:40 UTC (rev 60252)
+++ branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityUnitTestCase.java	2007-02-04 05:11:18 UTC (rev 60253)
@@ -99,6 +99,7 @@
          }
          catch (Exception e)
          {
+            log.info("Call to tester0 failed", e);
             fail(e.getMessage());
          }
    
@@ -122,6 +123,7 @@
          }
          catch (Exception e)
          {
+            log.info("Call to tester1 failed", e);
             fail(e.getMessage());
          }
       }




More information about the jboss-cvs-commits mailing list