diff options
Diffstat (limited to 'tests/tst_qmaillog/tst_qmaillog.cpp')
-rw-r--r-- | tests/tst_qmaillog/tst_qmaillog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tst_qmaillog/tst_qmaillog.cpp b/tests/tst_qmaillog/tst_qmaillog.cpp index 44775b0c..1714f344 100644 --- a/tests/tst_qmaillog/tst_qmaillog.cpp +++ b/tests/tst_qmaillog/tst_qmaillog.cpp @@ -91,7 +91,7 @@ public: void set_ready(bool ready) { - if(ready) + if (ready) setReady(); else setUnReady("TestBaseLoggerFoundation"); |