mirror of https://github.com/apache/activemq.git
[AMQ-7008] fix test dependent on the number of jdbc calls, now two new ones
This commit is contained in:
parent
cedac472a1
commit
8bedeb4b9b
|
@ -261,8 +261,8 @@ public class JDBCXACommitExceptionTest extends JDBCCommitExceptionTest {
|
|||
executeUpdateErrorOps.add(9);
|
||||
executeUpdateErrorOps.add(12);
|
||||
|
||||
getAutoCommitErrors.add(59);
|
||||
getAutoCommitErrors.add(60);
|
||||
getAutoCommitErrors.add(61);
|
||||
getAutoCommitErrors.add(62);
|
||||
|
||||
|
||||
factory = new ActiveMQXAConnectionFactory(connectionUri);
|
||||
|
|
Loading…
Reference in New Issue