Hi, I am using "qmltestcase" to write some unit test for out application. I have noticed that when I am checking the windows version with wine, it does not show any output (if the tests have passed or failed).
I did sevaral trials to fix: - CONFIG += console - supplying the argument to the test runner "-o -,txt" - installing my own message handler But none of these seems to fix it. Then I have noticed if I run the test with "wineconsole", the output appears corrently. (In a newly openned terminal window.) This point, it might be wine issue, but "pure" Qt unit tests does not behave like this: they are outputting correctly no matter if they are running with "wine" or "wineconsole". Do you know if quick tests do some magic internally to detect if it can print or not? (qmltestrunner seems to behave the same, so I doubt that the problem is in my code.) Thanks for any help/ideas in advance, Robert
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest