summaryrefslogtreecommitdiff
path: root/test/libapt/getarchitectures_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-7/+0
| | | | | | done on the mirco-optimazation level, so lets fix them: (performance) Possible inefficient checking for emptiness. (performance) Prefer prefix ++/-- operators for non-primitive types.
* update the testcase to reflect that native is always on top ifDavid Kalnischkies2011-07-251-0/+6
| | | | it is not in the config provided list of Architectures
* * apt-pkg/aptconfiguration.cc:David Kalnischkies2010-05-281-0/+61
- remove duplicate architectures in getArchitectures()