forked from qt-creator/qt-creator
AutoTest: Unify naming scheme for gtest related classes and files
Change-Id: Ib0739889cbc6416da3f28f1e39b197317ec8a4e6 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
// FIXME
|
||||
#include "qtest/qttestparser.h"
|
||||
#include "quick/quicktestparser.h"
|
||||
#include "gtest/googletestparser.h"
|
||||
#include "gtest/gtestparser.h"
|
||||
// end of FIXME
|
||||
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
@@ -84,7 +84,7 @@ TestCodeParser::TestCodeParser(TestTreeModel *parent)
|
||||
|
||||
m_testCodeParsers.append(new QtTestParser);
|
||||
m_testCodeParsers.append(new QuickTestParser);
|
||||
m_testCodeParsers.append(new GoogleTestParser);
|
||||
m_testCodeParsers.append(new GTestParser);
|
||||
}
|
||||
|
||||
TestCodeParser::~TestCodeParser()
|
||||
|
||||
Reference in New Issue
Block a user