summaryrefslogtreecommitdiff
path: root/test/libapt/assert.h
AgeCommit message (Collapse)Author
2013-03-17* test/libapt/assert.h, test/libapt/run-tests:Michael Vogt
- exit with status 1 on test failure
2012-05-20* apt-pkg/aptconfiguration.cc:David Kalnischkies
- longcode Translation files are saved with encoded underscore, so make sure to pick these files up as well for Acquire::Languages
2011-10-11fix compiler warning about signed comparision on amd64, tooDavid Kalnischkies
2011-10-05* apt-pkg/deb/debmetaindex.cc:David Kalnischkies
- 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)
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
done on the mirco-optimazation level, so lets fix them: (performance) Possible inefficient checking for emptiness. (performance) Prefer prefix ++/-- operators for non-primitive types.
2011-07-25the order of languages after "none" is not important, so ignore it in testsDavid Kalnischkies
2009-11-28add our own equals method as assert doesn't really show the offendingDavid Kalnischkies
values which causes the failure.