diff -r 3738fe97f027 -r 8aed59de29f9 videocollection/videocollectionwrapper/tsrc/testvideomodel_p/inc/testvideomodel_p.h --- a/videocollection/videocollectionwrapper/tsrc/testvideomodel_p/inc/testvideomodel_p.h Thu Apr 01 23:32:44 2010 +0300 +++ b/videocollection/videocollectionwrapper/tsrc/testvideomodel_p/inc/testvideomodel_p.h Fri Apr 16 18:13:14 2010 +0300 @@ -59,6 +59,11 @@ void signalAlbumListAvailable(TMPXItemId, CMPXMediaArray*); /** + * emitted to verify itemModifiedSlot + */ + void signalItemModified(const TMPXItemId &); + + /** * emitted to test newVideoAvailableSlot */ void signalNewVideoAvailable(CMPXMedia*); @@ -81,7 +86,7 @@ /** * emitted to get videoDetailsCompletedSlot to be called. */ - void signalVideoDetailsCompleted(TMPXItemId); + void signalVideoDetailsCompleted(CMPXMedia*); // test functions for the test framework private slots: @@ -150,21 +155,16 @@ void testGetVideoAgeProfileFromIndex(); /** - * verifies getVideodurationFromIndex + * verifies getVideodurationFromIndex and getVideoDuration */ void testGetVideodurationFromIndex(); /** - * verifies getVideoDateFromIndex + * verifies getVideoDateFromIndex and getVideoDate */ void testGetVideoDateFromIndex(); /** - * verifies getMetaDataFromIndex - */ - void testGetMetaDataFromIndex(); - - /** * verifies markVideoRemoved and restoreRemoved */ void testVideoMarkAndRestoreDeleted(); @@ -210,6 +210,11 @@ void testAlbumListAvailableSlot(); /** + * verifies testItemModifiedSlot + */ + void testItemModifiedSlot(); + + /** * verifies newVideoAvailableSlot */ void testNewVideoAvailableSlot();