public void testName1QualifiedPrefix() throws Exception {
OMFactory f = new OMLinkedListImplFactory();
// Create OMSE with a DUMMYPREFIX prefix even though the underlying element uses the default prefix
OMNamespace rootNS = new OMNamespaceImpl("http://sampleroot", "rootPrefix");
OMNamespace ns = new OMNamespaceImpl("http://www.sosnoski.com/uwjws/library", "");
OMElement element =
new OMSourcedElementImpl("library", ns, f, new TestDataSource(testDocument2));
OMElement root = f.createOMElement("root", rootNS);
root.addChild(element);