interfac2.setName(name);
// Need to create an extended interface otherwise the component model treats the
// two interfaces as equal and only adds one to the set.
InterfaceImpl interfac3 = (InterfaceImpl)descEl.addInterfaceElement();
interfac3.setName(new NCName("name3"));
interfac2.addExtendedInterfaceName(interfac3.getName());
try {
assertion.validate(descComp, wodenContext);
} catch(WSDLException e) {
fail("Assertion Interface1010 threw WSDLException.");