mpviewplugins/mpdetailsviewplugin/tsrc/unittest_mpdetailsview/inc/unittest_mpdetailsview.h
changeset 32 c163ef0b758d
parent 20 82baf59ce8dd
child 47 4cc1412daed0
--- a/mpviewplugins/mpdetailsviewplugin/tsrc/unittest_mpdetailsview/inc/unittest_mpdetailsview.h	Thu May 27 12:49:57 2010 +0300
+++ b/mpviewplugins/mpdetailsviewplugin/tsrc/unittest_mpdetailsview/inc/unittest_mpdetailsview.h	Fri Jun 11 13:36:36 2010 +0300
@@ -40,24 +40,7 @@
 signals:
     void back ();    
     void albumArtChanged();
-    void share();
-    void webViewLoaded( bool ok );
-    void playbackInfoChanged();
-    void songDetailInfoChanged();
-    
-    void toggleDetailsGroupBox( bool state );
-    void toggleInspireMeGroupBox( bool state );
-      
-    void retrieveInformationFinished( QNetworkReply* reply );
-    void retrieveInformationNetworkError( QNetworkReply::NetworkError error );
-    void retrieveInformationSslErrors( const QList<QSslError> &error );
-    
-    void DownloadFinished( QNetworkReply* reply );
-    
-    void addContext();
-    void close();
-    void thumbnailReady( const QPixmap& pixmap, void *data, int id, int error );
-
+ 
 public slots:
     void initTestCase();
     void cleanupTestCase();
@@ -69,6 +52,14 @@
     void testactivateView();
     void testdeactivateView();
     void testbackSlot();
+    void testAlbumArtChanged();
+    void testHandleNetworkError();
+    void testCanQueryRecommendations();
+    void testCanQuerySharePlayerLink();
+    void testHandlePlaybackInfoChanged();
+    void testClearInspireMe();
+    void testHandleDetailsGroupBoxToggled();
+    void testHandleInspireMeGroupBoxToggled();
     
 private:
     MpDetailsView *mTest;