videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/inc/VCXMyVideosCollectionPluginTest.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
--- a/videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/inc/VCXMyVideosCollectionPluginTest.h	Thu Apr 01 23:22:15 2010 +0300
+++ b/videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/inc/VCXMyVideosCollectionPluginTest.h	Thu Apr 01 23:32:44 2010 +0300
@@ -341,6 +341,21 @@
          * @param expectedCount
          */
         virtual TInt CheckAlbumCountL( CStifItemParser& aItem );
+
+        /**
+         * Renames an album.
+         *
+         * @param albumName
+         * @param newAlbumName
+         */
+        virtual TInt RenameAlbumL( CStifItemParser& aItem );
+        
+        /**
+         * Checks that an album exists.
+         *
+         * @param albumName
+         */
+        virtual TInt CheckAlbumExistsL( CStifItemParser& aItem );                
         
         /**
          * Checks the video count and that the videos really exist.
@@ -580,13 +595,6 @@
          * @param aEndIndex index of last media 
          */
         virtual TInt RemoveMediasFromAlbumL( CStifItemParser& aItem );
-
-        /**
-         * Checks the count of albums.
-         *
-         * @param aExpectedAlbumCount
-         */
-        virtual TInt CheckAlbumCount( CStifItemParser& aItem );
         
         /**
          * Creates a video file to the file system.