djencks 2005/02/14 14:53:42
Modified: modules/itests/src/itest/org/openejb/test/stateless
BMTStatelessAllowedOperationsTests.java
Log:
accidentally committed call to test that demos problem with UT
(GERONIMO-579). This disables calling test and adds methods that get called.
Revision Changes Path
1.3 +2 -2
openejb/modules/itests/src/itest/org/openejb/test/stateless/BMTStatelessAllowedOperationsTests.java
Index: BMTStatelessAllowedOperationsTests.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/itests/src/itest/org/openejb/test/stateless/BMTStatelessAllowedOperationsTests.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BMTStatelessAllowedOperationsTests.java 14 Feb 2005 19:24:00 -0000
1.2
+++ BMTStatelessAllowedOperationsTests.java 14 Feb 2005 19:53:42 -0000
1.3
@@ -253,7 +253,7 @@
// Test EJBContext allowed operations
//=====================================
- public void test_xx_userTransactionWorksAfterCallToBMT() throws
Exception {
+ public void xtest_xx_userTransactionWorksAfterCallToBMT() throws
Exception {
ejbObject.accessBMTBean();
}
}