Fixed tests

dev-ui
krzys-h 2013-05-04 15:44:17 +02:00
parent 6333d2d38e
commit db43400d97
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ public:
virtual void SetUp() virtual void SetUp()
{ {
m_robotMain = new CRobotMain(&m_app); m_robotMain = new CRobotMain(&m_app, false);
m_engine = new Gfx::CEngine(nullptr); m_engine = new Gfx::CEngine(nullptr);

View File

@ -3,7 +3,7 @@
template<> CRobotMain* CSingleton<CRobotMain>::m_instance = nullptr; template<> CRobotMain* CSingleton<CRobotMain>::m_instance = nullptr;
CRobotMain::CRobotMain(CApplication* app) CRobotMain::CRobotMain(CApplication* app, bool loadProfile)
{ {
} }