Age | Commit 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 | |||
2012-03-22 | use the variables as the rest of the tests to avoid escapes in the output | David Kalnischkies | |
2012-01-20 | * test/libapt/run-tests: | David Kalnischkies | |
- hurd doesn't have dmesg yet and we don't really need it either, so use with $0 a more stable data source for hashsumming | |||
2011-12-11 | use different compression types in the test now that we support them | David Kalnischkies | |
2011-12-11 | add a testcase for FindPackages() to better validate that cdrom should work. | David Kalnischkies | |
Unfortunately it's hard to do an automated integration test with cd, so we test this method in isolation which tries to find Indexes and dropping of duplications with DropRepeats() | |||
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-09-13 | merge with debian/sid | David Kalnischkies | |
2011-08-17 | do not output color in the testcases if stdout/stderr are not a /dev/pts | David Kalnischkies | |
2011-08-17 | fix the compareversion test to work then called from outside of libapt | David Kalnischkies | |
2011-08-17 | add 'dirs' target to the 'all' target to ensure that for e.g. the tests | David Kalnischkies | |
all (sub)directories are build which are needed (e.g. obj/ and co) | |||
2011-07-13 | move hash test to libapt-testcases and add a few more tests | David Kalnischkies | |
2011-02-16 | merged from donkult and fix dashish | Michael Vogt | |
2011-01-13 | ignore non-regular files in GetListOfFilesInDir (Closes: #594694) | David Kalnischkies | |
2010-10-22 | dpkg doesn't like underscores in versions anymore (=it fails) so our | David Kalnischkies | |
behaviour can be undefined… (or at least can't be tested against dpkg) | |||
2010-07-25 | Strip the .sh extension from the libapt testrunner and | David Kalnischkies | |
make it a bit more robust against calling from outside |