testModel.get(SUBSYSTEM).get(SimpleSubsystemExtension.SUBSYSTEM_NAME).setEmptyObject();
String triggered = outputModel(testModel);
KernelServices services = super.installInController(AdditionalInitialization.MANAGEMENT, subsystemXml);
//Get the model and the persisted xml from the controller
services.readWholeModel();
String marshalled = services.getPersistedSubsystemXml();
Assert.assertEquals(marshalled, triggered);
Assert.assertEquals(normalizeXML(marshalled), normalizeXML(triggered));
}