summaryrefslogtreecommitdiff
path: root/test/libapt/priority_test.cc
AgeCommit message (Collapse)Author
2015-12-10Do not swap required and important in pkgCache::Priority()Julian Andres Klode
required and important were swapped, leading to wrong output. Closes: #807523 Thanks: Manuel A. Fernandez Montecelo for discovering this