/* ===================================== TESTS FOR 'DELETE' ====================================== */
public void testDeleteExistingOptionalProp()
throws Exception
{
m_resourceContext = new SushiResourceContext();
deleteResourceProperty( SushiPropertyQNames.OHTORO );
GetResourcePropertyResponseDocument.GetResourcePropertyResponse response = getResourceProperty( SushiPropertyQNames.OHTORO );
XmlObject[] ohtoroPropElems = XmlBeanUtils.getChildElements( response, SushiPropertyQNames.OHTORO );
assertNotNull( ohtoroPropElems );
assertEquals( 0, ohtoroPropElems.length );