summaryrefslogtreecommitdiff
path: root/test/libapt/assert.h
Commit message (Collapse)AuthorAgeFilesLines
* * test/libapt/assert.h, test/libapt/run-tests:Michael Vogt2013-03-171-0/+2
| | | - exit with status 1 on test failure
* * apt-pkg/aptconfiguration.cc:David Kalnischkies2012-05-201-0/+21
| | | | - longcode Translation files are saved with encoded underscore, so make sure to pick these files up as well for Acquire::Languages
* fix compiler warning about signed comparision on amd64, tooDavid Kalnischkies2011-10-111-0/+12
|
* * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2011-10-051-0/+15
| | | | | - 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.