Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 13.0.0
-
None
-
4bcd45fb3 (master)
Description
Hi,
when running the Qtest of the current file, QtCreator does not just run it but explicitely gives it the order of the test steps.
However, this order is NOT the default order but seems to be the order the test steps were discovered, e.g. renaming a test step moves it to the be the last step even it is supposed to be the first.
QtCreator should not specify the order of the test steps and QTest itself will default to use the order of the methods in the file.