Description of problem: StandardConfigsXMLValidationUnitTestCase fails when run with patched EAP 6.4.7.CP.CR2. Following tests are affected: - testHostMaster - testStandalone - testHost - testStandaloneHA - testHostSlave - testStandaloneFull - testDomain The failures are caused by the addition of jboss-as-config_1_8.xsd. The provided configuration files are still using the older 1_7 version and the tests don't take this possibility into account. This only occurs when running the tests with a patched EAP as the patch can't modify configuration files. Version-Release number of selected component (if applicable): 6.4.7 How reproducible: always Steps to Reproduce: 1. run the testsuite using a patched EAP with -Djboss.dist Actual results: Fails of StandardConfigsXMLValidationUnitTestCase Expected results: No fails. Additional info: