ARTEMIS-1669 Fixing test

This commit is contained in:
Clebert Suconic 2018-03-07 18:14:51 -05:00
parent 8831a570de
commit 2a9381cd26
1 changed files with 6 additions and 0 deletions

View File

@ -408,6 +408,12 @@ public class ActiveMQResourceAdapterConfigTest extends ActiveMQTestBase {
" <config-property-name>DeserializationBlackList</config-property-name>" +
" <config-property-type>java.lang.String</config-property-type>" +
" <config-property-value></config-property-value>" +
" </config-property>" +
" <config-property>" +
" <description>***add***</description>" +
" <config-property-name>IgnoreJTA</config-property-name>" +
" <config-property-type>boolean</config-property-type>" +
" <config-property-value></config-property-value>" +
" </config-property>";
private static String rootConfig = "<root>" + config + commentedOutConfigs + "</root>";