mpdata/tsrc/unittest_mpsongdata/inc/unittest_mpsongdata.h
changeset 48 af3740e3753f
parent 29 8192e5b5c935
--- a/mpdata/tsrc/unittest_mpsongdata/inc/unittest_mpsongdata.h	Tue Jul 06 14:13:36 2010 +0300
+++ b/mpdata/tsrc/unittest_mpsongdata/inc/unittest_mpsongdata.h	Wed Aug 18 09:46:20 2010 +0300
@@ -21,6 +21,7 @@
 #include <QtTest/QtTest>
 
 class MpSongData;
+class MpSongDataPrivate;
 
 class TestMpSongData : public QObject
 {
@@ -40,7 +41,7 @@
     void cleanupTestCase();
     void init();
     void cleanup();
-    
+
 private slots:
     void testMemberCleanup();
     void testTitle();
@@ -53,7 +54,7 @@
     void testComposer();
     void testAlbumtrack();
     void testLink();
-    
+
     void testFileName();
     void testMimeType();
     void testDuration();
@@ -65,16 +66,17 @@
     void testMusicURL();
     void testIsDrmProtected();
 
-    void testSetTitle();    
+    void testSetMpxMedia();
+    void testSetTitle();
     void testSetAlbum();
     void testSetArtist();
     void testSetComment();
     void testSetYear();
     void testSetGenre();
-    void testSetComposer();    
+    void testSetComposer();
     void testSetAlbumTrack();
     void testSetLink();
-    
+
     void testSetFileName();
     void testSetMimeType();
     void testSetDuration();
@@ -85,14 +87,15 @@
     void testSetCopyright();
     void testSetMusicURL();
     void testSetDrmProtected();
-          
+
     void testSetAlbumArtUri();
     void testThumbnailReady();
-    void testCommitPlaybackInfo();
-    void testCommitSongDetailInfo();
+
 private:
-    MpSongData *mTest;
-    
+
+    MpSongData          *mTest;
+    MpSongDataPrivate   *mTestPrivate;
+
 };