"The configurationFormat property of the configuration definition should default to stuctured when it is not declared in the plugin descriptor.");
}
@Test
void rawResourceConfigurationShouldNotHaveToSpecifyAnyStructuredConfig() throws Exception {
PluginDescriptor pluginDescriptor = toPluginDescriptor("" + //
"<plugin name='TestServer' displayName='Test Server' package='org.rhq.plugins.test'" + //
" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'" + //
" xmlns='urn:xmlns:rhq-plugin'" + //
" xmlns:c='urn:xmlns:rhq-configuration'>" + //
" <server name='testServer'" + //