}
@Test
public void testReadWriteNamespace11() throws Exception {
KernelServices services = installInController(AdditionalInitialization.MANAGEMENT, SUBSYSTEM_XML_1_1);
ModelNode model = services.readWholeModel();
String marshalled = outputModel(model);
Assert.assertEquals(normalizeXML(SUBSYSTEM_XML_1_2), normalizeXML(marshalled));
}