assure( "wrong number of records in master form", 2 == ((Integer)m_masterForm.getPropertyValue( "RowCount" )).intValue() );
}
finally
{
if ( databaseDocument != null )
databaseDocument.closeAndDelete();
impl_cleanUpStep();
}
}
/* ------------------------------------------------------------------ */