forked from qt-creator/qt-creator
AutoTest: Rename IFrameworkSettings to ITestSettings
...and move and rename frameworkSettings() function from ITestFramework to the new base class. Change-Id: Iedd883d1ffb9a57a4215a24f66f5422a46060a09 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
committed by
Oliver Wolff
parent
5cc7fc6a2d
commit
f9cb699211
@@ -54,12 +54,12 @@ unsigned QuickTestFramework::priority() const
|
||||
return 5;
|
||||
}
|
||||
|
||||
IFrameworkSettings *QuickTestFramework::frameworkSettings()
|
||||
ITestSettings *QuickTestFramework::testSettings()
|
||||
{
|
||||
static const Utils::Id id
|
||||
= Utils::Id(Constants::FRAMEWORK_PREFIX).withSuffix(QtTest::Constants::FRAMEWORK_NAME);
|
||||
ITestFramework *qtTestFramework = TestFrameworkManager::frameworkForId(id);
|
||||
return qtTestFramework->frameworkSettings();
|
||||
return qtTestFramework->testSettings();
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user