diff -r b93f525c9244 -r 0f32e550d9d8 mpdata/tsrc/unittest_mpsongdata/inc/unittest_mpsongdata.h --- a/mpdata/tsrc/unittest_mpsongdata/inc/unittest_mpsongdata.h Fri Jun 25 17:21:37 2010 -0500 +++ b/mpdata/tsrc/unittest_mpsongdata/inc/unittest_mpsongdata.h Fri Jul 09 16:27:03 2010 -0500 @@ -21,6 +21,7 @@ #include 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; + };