Index: amx/src/test/amx/AMXConfigProxyTests.java =================================================================== --- amx/src/test/amx/AMXConfigProxyTests.java (revision 34230) +++ amx/src/test/amx/AMXConfigProxyTests.java (working copy) @@ -193,8 +193,8 @@ final ConfigTools ct = getDomainRootProxy().getExt().child(ConfigTools.class); final String[] namedTypes = ct.getConfigNamedTypes(); - assert namedTypes.length >= 11 : - "Expecting at least 11 named types, got " + namedTypes.length + " = " + CollectionUtil.toString(SetUtil.newStringSet(namedTypes), ", "); + assert namedTypes.length >= 8 : + "Expecting at least 8 named types, got " + namedTypes.length + " = " + CollectionUtil.toString(SetUtil.newStringSet(namedTypes), ", "); final String[] resourceTypes = ct.getConfigResourceTypes(); assert resourceTypes.length >= 10 :