*
* @throws JAXBException Should never happen.
*/
@Test
public void testMarshalling() throws JAXBException {
final DefaultMetadata metadata = new DefaultMetadata();
metadata.setLocales(Arrays.asList(LOCALES));
assertXmlEquals(XML, marshal(metadata), "xlmns:*");
}