Add a test for a crash in ModelManagerInterface

Task-number: QTCREATORBUG-25350
Change-Id: I4ea31e7936cc77dcd8f3fc494b5ecbd83858a766
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Jarek Kobus
2021-04-30 16:52:03 +02:00
parent 7e874544e6
commit 5b0889777a
5 changed files with 36 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ private slots:
void testCodeParserBoostTest();
void testCodeParserBoostTest_data();
void testStringTable();
void testModelManagerInterface();
private:
TestTreeModel *m_model = nullptr;