[jboss-cvs] JBossAS SVN: r107553 - trunk/testsuite/src/main/org/jboss/test/profileservice/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Aug 12 07:53:58 EDT 2010
Author: emuckenhuber
Date: 2010-08-12 07:53:58 -0400 (Thu, 12 Aug 2010)
New Revision: 107553
Modified:
trunk/testsuite/src/main/org/jboss/test/profileservice/test/ConnectionFactoryUnitTestCase.java
Log:
fix meta type
Modified: trunk/testsuite/src/main/org/jboss/test/profileservice/test/ConnectionFactoryUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/profileservice/test/ConnectionFactoryUnitTestCase.java 2010-08-12 11:26:21 UTC (rev 107552)
+++ trunk/testsuite/src/main/org/jboss/test/profileservice/test/ConnectionFactoryUnitTestCase.java 2010-08-12 11:53:58 UTC (rev 107553)
@@ -397,7 +397,7 @@
propValues.put("query-timeout", SimpleValueSupport.wrap(new Integer(100)));
propValues.put("url-delimiter", SimpleValueSupport.wrap("+"));
propValues.put("url-selector-strategy-class-name", SimpleValueSupport.wrap("org.jboss.test.jca.support.MyURLSelector"));
- propValues.put("use-try-lock", SimpleValueSupport.wrap(new Long(5000)));
+ propValues.put("use-try-lock", SimpleValueSupport.wrap(new Integer(5000)));
}
private void addCommonCfProperties(Map<String, MetaValue> propValues,
More information about the jboss-cvs-commits
mailing list