diff -r cf5481c2bc0b -r 69946d1824c4 videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/src/VCXMyVideosCollectionPluginTestBlocks.cpp --- a/videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/src/VCXMyVideosCollectionPluginTestBlocks.cpp Fri Apr 16 14:59:52 2010 +0300 +++ b/videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/src/VCXMyVideosCollectionPluginTestBlocks.cpp Mon May 03 12:32:50 2010 +0300 @@ -859,7 +859,7 @@ itemIndex = iTester->GetIndexOfMediaWithNameL( itemIndexOrName ); } - if( itemIndex == KErrNotFound ) + if( itemIndex == KErrNotFound ) { User::Leave( KErrArgument ); }