CppEditor: Merge two TestCase classes

Change-Id: I53c7db9cda0a82706bee898d091f128c2c4bf32f
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2021-09-07 11:39:33 +02:00
parent a09ec2e0e9
commit 473746e8fd
13 changed files with 43 additions and 68 deletions

View File

@@ -77,7 +77,7 @@ namespace CppEditor::Internal::Tests {
namespace {
class TestActionsTestCase : public Tests::TestCase
class TestActionsTestCase : public CppEditor::Tests::TestCase
{
public:
class AbstractAction
@@ -141,7 +141,7 @@ static bool waitUntilAProjectIsLoaded(int timeOutInMs = 30000)
}
TestActionsTestCase::TestActionsTestCase(const Actions &tokenActions, const Actions &fileActions)
: Tests::TestCase(/*runGarbageCollector=*/false)
: CppEditor::Tests::TestCase(/*runGarbageCollector=*/false)
{
QVERIFY(succeededSoFar());