summaryrefslogtreecommitdiff
path: root/test/libapt/assert.h
Commit message (Collapse)AuthorAgeFilesLines
* cherrypick from my apt/experimental branchDavid Kalnischkies2011-10-051-0/+15
| | | | | | * apt-pkg/deb/debmetaindex.cc: - none is a separator, not a language: no need for Index (Closes: #624218) * apt-pkg/aptconfiguration.cc: - do not builtin languages only if none is forced (Closes: #643787)
* cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-0/+8
| | | | | | done on the mirco-optimazation level, so lets fix them: (performance) Possible inefficient checking for emptiness. (performance) Prefer prefix ++/-- operators for non-primitive types.
* the order of languages after "none" is not important, so ignore it in testsDavid Kalnischkies2011-07-251-4/+38
|
* add our own equals method as assert doesn't really show the offendingDavid Kalnischkies2009-11-281-0/+21
values which causes the failure.