summaryrefslogtreecommitdiff
path: root/test/libapt
AgeCommit message (Expand)Author
2013-11-29add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt
2013-10-05Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian...Michael Vogt
2013-10-01change maxsplit default from "0" to maxintMichael Vogt
2013-09-07add maxsplit parameter to StringSplitMichael Vogt
2013-09-07implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt
2013-09-03use FileFd in HashSum test to unbreak non-linux portsDavid Kalnischkies
2013-08-15set MALLOC_CHECK_ and MALLOC_PERTURB_ for testcasesDavid Kalnischkies
2013-08-15rework the parameter creation for the Hashsum testDavid Kalnischkies
2013-08-15do not call make from libapt/run-tests if its called by makeDavid Kalnischkies
2013-08-15* lp:~mvo/apt/add-glob-function:Michael Vogt
2013-08-15* lp:~mvo/apt/config-clear:Michael Vogt
2013-06-09stop building l10n if strings are unchangedDavid Kalnischkies
2013-05-08fix uri testMichael Vogt
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt
2013-03-22merged lp:~mvo/apt/fix-tagfile-hashMichael Vogt
2013-03-18test/libapt/tagfile_test.cc: add missing "unistd.h" (thanks to Niels Thykier)Michael Vogt
2013-03-18fix pkgTagSection::Exists() and add testMichael 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-14add two tests for architecture specificationsDavid Kalnischkies
2012-06-10* apt-pkg/aptconfiguration.cc:David Kalnischkies
2012-06-09fix segfault with empty LongOpt in --no-* branchDavid Kalnischkies
2012-06-09* apt-pkg/contrib/cmdline.cc:Daniel Hartwig
2012-05-20* apt-pkg/aptconfiguration.cc:David Kalnischkies
2012-05-02add a simple test for HashSumValue classesDavid Kalnischkies
2012-04-23/dev/null is a special absolute path as it has no subdirectoriesDavid Kalnischkies
2012-04-23normalize a bit by replacing // and /./ with / in FindFileDavid Kalnischkies
2012-03-22use the variables as the rest of the tests to avoid escapes in the outputDavid 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-11use different compression types in the test now that we support themDavid Kalnischkies
2011-12-11add a testcase for FindPackages() to better validate that cdrom should work.David Kalnischkies
2011-10-11fix compiler warning about signed comparision on amd64, tooDavid Kalnischkies
2011-10-05* apt-pkg/deb/debmetaindex.cc:David Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-13merge with debian/sidDavid Kalnischkies
2011-08-17for consistency allow the usage of 'make test' instead of './run-tests'David Kalnischkies
2011-08-17do not output color in the testcases if stdout/stderr are not a /dev/ptsDavid Kalnischkies
2011-08-17fix the compareversion test to work then called from outside of libaptDavid Kalnischkies
2011-08-17add 'dirs' target to the 'all' target to ensure that for e.g. the testsDavid Kalnischkies
2011-08-17move the list of versions to test with to the libapt subdirectoryDavid Kalnischkies
2011-08-17merge the tests for configuration into another libapt-testDavid Kalnischkies
2011-08-15write a proper testcase replacing the print-only uri.cc testDavid Kalnischkies
2011-08-15merged from the debian-sid branchMichael Vogt
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-07-29test/libapt/hashsums_test.cc: add a test for HashString and VerifyFileMichael Vogt
2011-07-28* merged latest fixes from debian-sidMichael Vogt
2011-07-26merged from lp:~mvo/apt/mvoMichael Vogt