" <fixed>http://some.uri2/</fixed>\r\n" + //$NON-NLS-1$
" </mappingNode>\r\n" + //$NON-NLS-1$
" </mappingNode>\r\n" + //$NON-NLS-1$
"</xmlMapping>\r\n\r\n"; //$NON-NLS-1$
MappingDocument doc = loadMappingDocument(xml);
assertEquals("license", doc.getRootNode().getName()); //$NON-NLS-1$
MappingElement license = (MappingElement)doc.getRootNode();
MappingAttribute usenamespace = (MappingAttribute)license.getAttributes().get(0);
assertEquals("usenamespace", usenamespace.getName()); //$NON-NLS-1$
// by the time the document is loaded the namspace must have been resolved.