Age | Commit message (Expand) | Author |
2013-12-23 | add basic tests for GetTempDir() | Michael Vogt |
2013-11-29 | add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source | Michael Vogt |
2013-10-05 | Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian... | Michael Vogt |
2013-10-01 | change maxsplit default from "0" to maxint | Michael Vogt |
2013-09-07 | add maxsplit parameter to StringSplit | Michael Vogt |
2013-09-07 | implement StringSplit() as we need this to fix the dpkg status-fd output parsing | Michael Vogt |
2013-09-03 | use FileFd in HashSum test to unbreak non-linux ports | David Kalnischkies |
2013-08-15 | set MALLOC_CHECK_ and MALLOC_PERTURB_ for testcases | David Kalnischkies |
2013-08-15 | rework the parameter creation for the Hashsum test | David Kalnischkies |
2013-08-15 | do not call make from libapt/run-tests if its called by make | David Kalnischkies |
2013-08-15 | * lp:~mvo/apt/add-glob-function: | Michael Vogt |
2013-08-15 | * lp:~mvo/apt/config-clear: | Michael Vogt |
2013-06-09 | stop building l10n if strings are unchanged | David Kalnischkies |
2013-05-08 | fix uri test | Michael Vogt |
2013-05-08 | merged patch from Daniel Hartwig to fix URI and proxy releated issues | Michael Vogt |
2013-03-22 | merged lp:~mvo/apt/fix-tagfile-hash | Michael Vogt |
2013-03-18 | test/libapt/tagfile_test.cc: add missing "unistd.h" (thanks to Niels Thykier) | Michael Vogt |
2013-03-18 | fix pkgTagSection::Exists() and add test | Michael Vogt |
2013-03-17 | * test/libapt/assert.h, test/libapt/run-tests: | Michael Vogt |
2012-09-02 | * apt-pkg/cdrom.cc: | David Kalnischkies |
2012-09-02 | * apt-pkg/indexcopy.cc: | David Kalnischkies |
2012-06-14 | add two tests for architecture specifications | David Kalnischkies |
2012-06-10 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2012-06-09 | fix segfault with empty LongOpt in --no-* branch | David Kalnischkies |
2012-06-09 | * apt-pkg/contrib/cmdline.cc: | Daniel Hartwig |
2012-05-20 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2012-05-02 | add a simple test for HashSumValue classes | David Kalnischkies |
2012-04-23 | /dev/null is a special absolute path as it has no subdirectories | David Kalnischkies |
2012-04-23 | normalize a bit by replacing // and /./ with / in FindFile | David Kalnischkies |
2012-03-22 | use the variables as the rest of the tests to avoid escapes in the output | David Kalnischkies |
2012-01-30 | * apt-pkg/contrib/configuration.cc: | David Kalnischkies |
2012-01-20 | * test/libapt/run-tests: | David Kalnischkies |
2012-01-20 | * test/libapt/globalerror_test.cc: | Pino Toscano |
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 |
2011-10-11 | fix compiler warning about signed comparision on amd64, too | David Kalnischkies |
2011-10-05 | * apt-pkg/deb/debmetaindex.cc: | David Kalnischkies |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies |
2011-09-13 | merge with debian/sid | David Kalnischkies |
2011-08-17 | for consistency allow the usage of 'make test' instead of './run-tests' | 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 |
2011-08-17 | move the list of versions to test with to the libapt subdirectory | David Kalnischkies |
2011-08-17 | merge the tests for configuration into another libapt-test | David Kalnischkies |
2011-08-15 | write a proper testcase replacing the print-only uri.cc test | David Kalnischkies |
2011-08-15 | merged from the debian-sid branch | Michael Vogt |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |
2011-07-29 | test/libapt/hashsums_test.cc: add a test for HashString and VerifyFile | Michael Vogt |
2011-07-28 | * merged latest fixes from debian-sid | Michael Vogt |