Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2015-01-06 12:02:51 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:35:53 +0300
commit15fe59a27bc750d6bd5e668e6f6ce2cd02291f16 (patch)
tree039f71878d78162399ec84e7ac15a79a78844c0c /qt_tstfrm
parentca3da55199316b0ea2d5eb5ac16e954507b49221 (diff)
[drape] visual testing enviroment
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/test_main_loop.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt_tstfrm/test_main_loop.hpp b/qt_tstfrm/test_main_loop.hpp
index 4faa8ec708..4a324523ca 100644
--- a/qt_tstfrm/test_main_loop.hpp
+++ b/qt_tstfrm/test_main_loop.hpp
@@ -4,4 +4,4 @@
class QPaintDevice;
typedef function<void (QPaintDevice *)> TRednerFn;
-void RunTestLoop(char const * testName, TRednerFn const & fn, bool autoExit = false);
+void RunTestLoop(char const * testName, TRednerFn const & fn, bool autoExit = true);