forked from qt-creator/qt-creator
Rename test case, use both verbs in passive voice
waitForStartAndFinished -> waitForStartedAndFinished. Change-Id: I44440a21cd91105b84227e13d1ea3d5b9490148f Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -140,7 +140,7 @@ private slots:
|
||||
void runBlockingStdOut();
|
||||
void lineCallback();
|
||||
void lineCallbackIntern();
|
||||
void waitForStartAndFinished();
|
||||
void waitForStartedAndFinished();
|
||||
|
||||
void cleanupTestCase();
|
||||
|
||||
@@ -957,7 +957,7 @@ void tst_QtcProcess::lineCallbackIntern()
|
||||
QCOMPARE(lineNumber, lines.size());
|
||||
}
|
||||
|
||||
void tst_QtcProcess::waitForStartAndFinished()
|
||||
void tst_QtcProcess::waitForStartedAndFinished()
|
||||
{
|
||||
Environment env = Environment::systemEnvironment();
|
||||
env.set(kTestProcess, {});
|
||||
|
Reference in New Issue
Block a user