summaryrefslogtreecommitdiff
path: root/test/libapt/priority_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Do not swap required and important in pkgCache::Priority()Julian Andres Klode2015-12-101-0/+16
required and important were swapped, leading to wrong output. Closes: #807523 Thanks: Manuel A. Fernandez Montecelo for discovering this