Fix misleading comment on test execution order.
authorJason McDonald <jason.mcdonald@nokia.com>
Thu, 20 Oct 2011 02:16:49 +0000 (12:16 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 20 Oct 2011 23:20:29 +0000 (01:20 +0200)
commit98bd270fb766373fce4be9d6f2a98bda50343636
tree2149f540803a37650a1cddc0cd82f73c4273ff89
parentd766ae045741e28c8934c5a17def28e1f9b3f791
Fix misleading comment on test execution order.

When executing a data-driven test, testlib executes the _data function
once, then repeatedly executes init(), then the test function, then
cleanup() for each row of test data.

Change-Id: Icfa1dd19a52fb1debbc92b7cbe13d85bfb0418c7
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
src/testlib/qtestcase.cpp