Do not create a she::System to run UI tests

This commit is contained in:
David Capello 2015-09-21 16:44:55 -03:00
parent 47530bdbe6
commit d70dc87253

View File

@ -38,7 +38,8 @@ int main(int argc, char* argv[])
#ifdef TEST_GUI
{
she::ScopedHandle<she::System> system(she::create_system());
// Do not create a she::System, as we don't need it for testing purposes.
//she::ScopedHandle<she::System> system(she::create_system());
ui::UISystem uiSystem;
ui::Manager uiManager;
#endif