Mercurial > trustbridge
diff ui/tests/binverifytest.cpp @ 1060:317ee9dc4684
(issue46) Make debug output optional in cinst and mozilla and propagate its setting.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 18:49:02 +0200 |
parents | b1df9621c89c |
children | edbf5e5e88f4 |
line wrap: on
line diff
--- a/ui/tests/binverifytest.cpp Tue Sep 09 18:00:37 2014 +0200 +++ b/ui/tests/binverifytest.cpp Tue Sep 09 18:49:02 2014 +0200 @@ -98,5 +98,6 @@ QVERIFY(VerifyValid == verify_binary (outfile.fileName().toUtf8().constData(), outfile.fileName().toUtf8().size())); } +bool g_debug = true; QTEST_MAIN (BinVerifyTest);