[jboss-cvs] JBossAS SVN: r103703 - trunk/testsuite/src/main/org/jboss/test/profileservice/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 8 10:57:23 EDT 2010


Author: emuckenhuber
Date: 2010-04-08 10:57:23 -0400 (Thu, 08 Apr 2010)
New Revision: 103703

Modified:
   trunk/testsuite/src/main/org/jboss/test/profileservice/test/ConnectionFactoryUnitTestCase.java
Log:
fix the next test.

Modified: trunk/testsuite/src/main/org/jboss/test/profileservice/test/ConnectionFactoryUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/profileservice/test/ConnectionFactoryUnitTestCase.java	2010-04-08 14:40:31 UTC (rev 103702)
+++ trunk/testsuite/src/main/org/jboss/test/profileservice/test/ConnectionFactoryUnitTestCase.java	2010-04-08 14:57:23 UTC (rev 103703)
@@ -159,7 +159,7 @@
       String jndiName = "TestTxCf";
       Map<String, MetaValue> propValues = new HashMap<String, MetaValue>();
 
-      addCommonCfProperties(propValues, jndiName, "jms-ra.rar", "org.jboss.resource.adapter.jms.JmsConnectionFactory");
+      addCommonCfProperties(propValues, jndiName, "jms-ra.rar", "org.hornetq.ra.HornetQRAConnectionFactory");
 
       Map<String, String> xaProps = new HashMap<String, String>();
       xaProps.put("SessionDefaultType", "javax.jms.Topic");
@@ -210,7 +210,7 @@
       String jndiName = "TestTxCf";
       Map<String, MetaValue> propValues = new HashMap<String, MetaValue>();
 
-      addCommonCfProperties(propValues, jndiName, "jms-ra.rar", "org.jboss.resource.adapter.jms.JmsConnectionFactory");
+      addCommonCfProperties(propValues, jndiName, "jms-ra.rar", "org.hornetq.ra.HornetQRAConnectionFactory");
 
       Map<String, String> xaProps = new HashMap<String, String>();
       xaProps.put("SessionDefaultType", "javax.jms.Topic");
@@ -280,7 +280,7 @@
       String jndiName = "TestNoTxCf";
       Map<String, MetaValue> propValues = new HashMap<String, MetaValue>();
 
-      addCommonCfProperties(propValues, jndiName, "jms-ra.rar", "org.jboss.resource.adapter.jms.JmsConnectionFactory");
+      addCommonCfProperties(propValues, jndiName, "jms-ra.rar", "org.hornetq.ra.HornetQRAConnectionFactory");
 
       Map<String, String> xaProps = new HashMap<String, String>();
       xaProps.put("SessionDefaultType", "javax.jms.Topic");




More information about the jboss-cvs-commits mailing list