disable "intro" dialog on the startup in unit tests

This commit is contained in:
Vadim Kurland
2010-10-04 18:26:41 +00:00
parent de60a2d16f
commit 2f57774292
+1
View File
@@ -50,6 +50,7 @@ int main( int argc, char** argv) \
st->init(); \ st->init(); \
st->setCheckUpdates(false); \ st->setCheckUpdates(false); \
st->setBool("UI/NoStartTip", true); \ st->setBool("UI/NoStartTip", true); \
st->setBool("UI/NoIntro", true); \
init(argv); \ init(argv); \
wfl = new UserWorkflow(); \ wfl = new UserWorkflow(); \
string full_res_path = respath + FS_SEPARATOR + "resources.xml"; \ string full_res_path = respath + FS_SEPARATOR + "resources.xml"; \