mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/inc/unittest_mpmpxcollectionframeworkwrapper.h
changeset 43 0f32e550d9d8
parent 36 a0afa279b8fe
--- a/mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/inc/unittest_mpmpxcollectionframeworkwrapper.h	Fri Jun 25 17:21:37 2010 -0500
+++ b/mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/inc/unittest_mpmpxcollectionframeworkwrapper.h	Fri Jul 09 16:27:03 2010 -0500
@@ -23,6 +23,7 @@
 class MpMpxCollectionFrameworkWrapper;
 class MpMpxCollectionFrameworkWrapperPrivate;
 class CMPXMedia;
+class MpSongData;
 
 class TestMpMpxCollectionFrameworkWrapper : public QObject
 {
@@ -53,6 +54,7 @@
     void testHandleOpenPlaylist();
     void testHandleOperationComplete();
     void testHandleIsolatedOpen();
+    void testHandleIsolatedOpenRestorePath();
     void testOpenCollection();
     void testDoIncrementalOpen();
     void testReopenCollection();
@@ -80,6 +82,9 @@
     void testSetRepeatFeatureEnabled();
     void testSetShuffleFeatureEnabled();
     void testCreatePlaybackUtilityL();
+    void testSavePath();
+    void testRestorePath();
+	void testRetrieveSongDetails();
 
 private:
 
@@ -88,6 +93,7 @@
     CMPXMedia                                 *iMediaTestData;
     CMPXMedia                                 *iPlaylistsTestData;
     CMPXMedia                                 *iAlbumsTestData;
+    MpSongData                                *mSongData;
 
 };