xClonedSubStorage = null;
xClonedNameAccess = null;
// the new stream was opened, written and closed, that means flashed
// so the clone must contain all the information
XStream xClonedSubStream = m_aTestHelper.cloneEncrSubStream( xTempStorage, "SubStream1", sPass1 );
if ( !m_aTestHelper.InternalCheckStream( xClonedSubStream, "SubStream1", "MediaType1", true, pBytes1, true ) )
return false;
XStream xClonedBigSubStream = m_aTestHelper.cloneEncrSubStream( xTempStorage, "BigSubStream1", sPass1 );
if ( !m_aTestHelper.InternalCheckStream( xClonedBigSubStream, "BigSubStream1", "MediaType1", true, pBigBytes, true ) )
return false;
if ( !m_aTestHelper.disposeStream( xClonedSubStream, "SubStream1" ) )
return false;