[exo-jcr-commits] exo-jcr SVN: r1492 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/api/xa.
do-not-reply at jboss.org
do-not-reply at jboss.org
Tue Jan 19 18:30:40 EST 2010
Author: pnedonosko
Date: 2010-01-19 18:30:39 -0500 (Tue, 19 Jan 2010)
New Revision: 1492
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/api/xa/TestUserTransaction.java
Log:
EXOJCR-405 testUserTransactionFromJndi() excluded - we don't have JNDI for JBossTS now
Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/api/xa/TestUserTransaction.java
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/api/xa/TestUserTransaction.java 2010-01-19 22:29:23 UTC (rev 1491)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/api/xa/TestUserTransaction.java 2010-01-19 23:30:39 UTC (rev 1492)
@@ -161,7 +161,8 @@
}
}
- public void testUserTransactionFromJndi() throws Exception
+ // we don't have JNID for JBossTS in standalone now
+ public void _testUserTransactionFromJndi() throws Exception
{
assertNotNull(txService);
More information about the exo-jcr-commits
mailing list