[jboss-cvs] JBossAS SVN: r60246 - trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Feb 3 21:48:52 EST 2007


Author: bstansberry at jboss.com
Date: 2007-02-03 21:48:52 -0500 (Sat, 03 Feb 2007)
New Revision: 60246

Modified:
   trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityUnitTestCase.java
Log:
Logging

Modified: trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityUnitTestCase.java
===================================================================
--- trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityUnitTestCase.java	2007-02-03 22:39:23 UTC (rev 60245)
+++ trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityUnitTestCase.java	2007-02-04 02:48:52 UTC (rev 60246)
@@ -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