Skip to content
Snippets Groups Projects
Commit 999a8321 authored by Robert Applin's avatar Robert Applin
Browse files

Refs #23463. Find cause of error

parent a27c623c
No related branches found
No related tags found
No related merge requests found
...@@ -145,9 +145,8 @@ public: ...@@ -145,9 +145,8 @@ public:
TS_ASSERT(Mock::VerifyAndClearExpectations(m_view)); TS_ASSERT(Mock::VerifyAndClearExpectations(m_view));
TS_ASSERT(Mock::VerifyAndClearExpectations(m_model)); TS_ASSERT(Mock::VerifyAndClearExpectations(m_model));
delete m_presenter; delete m_presenter; /// Note that the m_view destructor is called here
delete m_model; delete m_model;
// delete m_view; - causes an error
} }
///---------------------------------------------------------------------- ///----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment