"<service-configuration>" +
" <service pid='servicePID' />" +
"</service-configuration>"
);
s.getSimpleProps().add(new SimpleProperty("host", "localhost"));
s.getSimpleProps().add(new SimpleProperty("port", "7654", "Integer"));
xml = toXML(config);
assertEqualsXML(
xml,
"<service-configuration>\n" +
" <service pid='servicePID'>\n" +