* Tests that a GetRP request for a non-existing optional prop returns an empty GetRPResponse elem.
*/
public void testGetNonexistingOptionalProp( )
throws Exception
{
m_resourceContext = new SushiResourceContext( );
GetResourcePropertyResponseDocument.GetResourcePropertyResponse response =
getResourceProperty( SushiPropertyQNames.UNI );
XmlObject[] uniPropElems =
XmlBeanUtils.getChildElements( response, SushiPropertyQNames.UNI );
assertNotNull( uniPropElems );