assertTrue( callback.updateWasInvoked() );
}
public void testUpdateOpenContent() throws XmlException
{
m_resourceContext = new SushiResourceContext( true );
insertXsdAnyPropElem();
assertPropHasOneElemWithGivenValue( SushiPropertyQNames.FUGU, INITIAL_PROP_VALUE_FUGU );
XmlObject anyXBean = createXsdAnyPropElem();
final String newValue = "yummy!";
XmlBeanUtils.setValue( anyXBean, newValue );