<table><tr><td style="">adridg created this revision.<br />Restricted Application added a project: Frameworks.<br />Restricted Application added a subscriber: Frameworks.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D6049" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">Helper function constructs a permutation of the list of menu-items that need to be sorted, then sorts and tests.</li>
<li class="remarkup-list-item">Test ten permutations of the list of items (not all of them, since it's a stable sort some permutations must produce a different sorted output, so no std::next_permutation here).</li>
</ul>

<p>Fix stable sorting of menu items.</p>

<p>In the case i1 installed, but in section Main, and i2 uninstalled, this<br />
lambda returned False, meaning that i1 was not less than i2. Change<br />
comparison to always sort installed before uninstalled.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Revert the change to src/kmoretools/kmoretools_p.h to see the<br />
sorting test fail; restore the change for the fix.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R304 KNewStuff</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D6049" rel="noreferrer">https://phabricator.kde.org/D6049</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/kmoretools/kmoretoolstest.cpp<br />
src/kmoretools/kmoretools_p.h</div></div></div><br /><div><strong>To: </strong>adridg<br /><strong>Cc: </strong>Frameworks<br /></div>