-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.10
-
None
Currently QtTestLib prints a PASS for initTestCase() and cleanupTestCase() even if those functions have never been executed. This may happen because they're simply not declared for a given testcase.
It may also happen if they do exist, but they've *not* been made private slots by accident. In this case claiming a pass is a strongly misleading statement – the functions exist but they have never been invoked! Given this is test code, it'd be better not to "lie" in the log.