Set default scope for ProblemStore
ClosedPublic

Authored by antonanikin on Jan 9 2017, 2:27 AM.

Details

Summary

This commit fixes uninitialized scope value for ProblemStore class. Old version leads to ASSERT during tests run:

QFATAL : TestFilteredProblemStore::testNoGrouping() ASSERT: "d->m_documents" in file /home/jenkins/sources/kdevplatform/kf5-qt5/shell/problemstore.cpp, line 228
FAIL! : TestFilteredProblemStore::testNoGrouping() Received a fatal error.
Test Plan

Tested on master branch.

Diff Detail

Repository
R33 KDevPlatform
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
antonanikin updated this revision to Diff 9887.Jan 9 2017, 2:27 AM
antonanikin retitled this revision from to Set default scope for ProblemStore.
antonanikin updated this object.
antonanikin edited the test plan for this revision. (Show Details)
antonanikin added a reviewer: KDevelop.
antonanikin added a subscriber: kdevelop-devel.
antonanikin updated this object.Jan 9 2017, 2:28 AM
antonanikin updated this object.Jan 9 2017, 2:44 AM
kfunk accepted this revision.Jan 9 2017, 7:43 AM
kfunk added a reviewer: kfunk.
kfunk added a subscriber: kfunk.

LGTM, will push.

This revision is now accepted and ready to land.Jan 9 2017, 7:43 AM
This revision was automatically updated to reflect the committed changes.