mpviewplugins/mpmediawallviewplugin/tsrc/unittest_mpmediawalldocumentloader/src/unittest_mpmediawalldocumentloader.cpp
changeset 55 f3930dda3342
parent 35 fdb31ab341af
--- a/mpviewplugins/mpmediawallviewplugin/tsrc/unittest_mpmediawalldocumentloader/src/unittest_mpmediawalldocumentloader.cpp	Tue Aug 24 03:36:14 2010 -0500
+++ b/mpviewplugins/mpmediawallviewplugin/tsrc/unittest_mpmediawalldocumentloader/src/unittest_mpmediawalldocumentloader.cpp	Fri Sep 03 19:58:01 2010 -0500
@@ -16,7 +16,6 @@
 */
 
 #include <qnamespace.h>
-#include <hbtoolbutton.h>
 
 #include "stub/inc/hgmediawall.h"
 #include "unittest_mpmediawalldocumentloader.h"
@@ -107,22 +106,6 @@
 }
 
 /*!
- Tests the correct creation of HbToolButton.
- */
-void TestMpMediaWallDocumentLoader::testCreateHbToolButton()
-{
-    cleanup();
-    init();
-    QObject *theObject;
-    theObject = mTest->createObject(QString("HbToolButton"),QString("myHbToolButton"));
-    QCOMPARE(theObject->metaObject()->className(),"HbToolButton");
-    QCOMPARE(theObject->objectName(),QString("myHbToolButton"));
-    QVERIFY(qobject_cast<HbToolButton*>(theObject));
-    delete theObject;
-
-}
-
-/*!
  Tests the correct creation of QObject, this should be pased to the
  base class and base class should return a named object.
  */