diff ui/tests/windowsstoretest.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 854248d81ba4
children 562d66614b5c
line wrap: on
line diff
--- a/ui/tests/windowsstoretest.cpp	Tue Sep 09 18:00:37 2014 +0200
+++ b/ui/tests/windowsstoretest.cpp	Tue Sep 09 18:49:02 2014 +0200
@@ -158,4 +158,7 @@
 void WindowsStoreTest::cleanupTestCase() {
     CertCloseStore(testStore, 0);
 }
+
+bool g_debug = true;
+
 QTEST_GUILESS_MAIN (WindowsStoreTest);

http://wald.intevation.org/projects/trustbridge/