[jboss-cvs] JBossAS SVN: r67081 - trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Nov 14 12:27:40 EST 2007
Author: adrian at jboss.org
Date: 2007-11-14 12:27:39 -0500 (Wed, 14 Nov 2007)
New Revision: 67081
Modified:
trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit/BankDeploymentDescriptorTestCase.java
Log:
Log the return id
Modified: trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit/BankDeploymentDescriptorTestCase.java
===================================================================
--- trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit/BankDeploymentDescriptorTestCase.java 2007-11-14 17:07:40 UTC (rev 67080)
+++ trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit/BankDeploymentDescriptorTestCase.java 2007-11-14 17:27:39 UTC (rev 67081)
@@ -222,6 +222,7 @@
SecurityAssociation.setCredential("password".toCharArray());
String id = bank.interceptCustomerId("CustomerId");
+ log.debug("id=" + id);
assertEquals("CustomerId_SecondInterceptor_FirstInterceptor", id);
assertTrue(status.postConstruct());
}
More information about the jboss-cvs-commits
mailing list