impl_stopObservingEvents( m_globalEvents, new String[] { "OnSave", "OnSaveDone" }, context );
// XStorable.storeToURL
context = "storeToURL";
impl_startObservingEvents( context );
storeDoc.storeToURL( createTempFileURL(), new PropertyValue[0] );
assureEquals( "storetoURL is not expected to change the document URL", databaseDoc.getURL(), oldURL );
impl_stopObservingEvents( m_globalEvents, new String[] { "OnSaveTo", "OnSaveToDone" }, context );
// XStorable.storeAsURL
newURL = createTempFileURL();