Remove unused QTestResult::allDataPassed().
The removed function was private API and was not used anywhere in Qt. Change-Id: Ia262d119ebba30f6968cb7145043475bf88ffa39 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
1066d185a6
commit
51cb2dd00a
@ -88,11 +88,6 @@ void QTestResult::reset()
|
||||
QTest::expectFailMode = 0;
|
||||
}
|
||||
|
||||
bool QTestResult::allDataPassed()
|
||||
{
|
||||
return !QTest::failed;
|
||||
}
|
||||
|
||||
bool QTestResult::currentTestFailed()
|
||||
{
|
||||
return QTest::dataFailed;
|
||||
|
@ -67,7 +67,6 @@ public:
|
||||
|
||||
static const char *currentTestObjectName();
|
||||
static bool currentTestFailed();
|
||||
static bool allDataPassed();
|
||||
static QTestData *currentTestData();
|
||||
static QTestData *currentGlobalTestData();
|
||||
static const char *currentTestFunction();
|
||||
|
Loading…
Reference in New Issue
Block a user