/**
* Test for the test-suite/documents/good/SchemaLocationFragment-1G W3C test.
*/
public void testSchemaLocationFragment1GFromOM(){
try{
Description desc = omWSDLReader.readWSDL("http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/documents/good/SchemaLocationFragment-1G/Items.wsdl");
assertNotNull("Description is null.", desc);
assertFalse("The good SchemaLocationFragment-1G test returned errors. " + handler.getSummaryOfMessageKeys(), handler.messageHasBeenReported());
}
catch(Exception e){
fail("Unable to read WSDL document because of " + e);