diff -r e6f74eb7f69f -r ba1b7e218624 homescreenapp/stateplugins/hshomescreenstateplugin/tsrc/t_hshomescreenstateplugin/src/t_hshomescreenmain.cpp --- a/homescreenapp/stateplugins/hshomescreenstateplugin/tsrc/t_hshomescreenstateplugin/src/t_hshomescreenmain.cpp Mon Oct 18 10:20:15 2010 +0300 +++ b/homescreenapp/stateplugins/hshomescreenstateplugin/tsrc/t_hshomescreenstateplugin/src/t_hshomescreenmain.cpp Wed Oct 20 15:25:39 2010 +0300 @@ -36,6 +36,7 @@ #include "hswidgetpositioningonorientationchange.h" #include "hswidgetpositioningonwidgetadd.h" #include "hswidgetpositioningonwidgetmove.h" +#include "hsdbupdatethread.h" #ifdef Q_OS_SYMBIAN #include @@ -67,11 +68,15 @@ HsConfiguration::setInstance(new HsConfiguration); + // HsDbUpdateThread *updateThread = new HsDbUpdateThread("mockme","mockme"); + // HsDbUpdateThread::setInstance(updateThread); + // updateThread->start(); } void HomeScreenStatePluginTest::cleanupTestCase() { - + // HsDbUpdateThread::instance()->quit(); + // HsDbUpdateThread::setInstance(0); } void HomeScreenStatePluginTest::cleanup() @@ -83,7 +88,7 @@ void HomeScreenStatePluginTest::init() { - + } void HomeScreenStatePluginTest::createSceneAndWindow(int pageCount, int defaultPageIndex, int maximumPageCount)