summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2010-12-03really do not show packages in the extra section if they wereDavid Kalnischkies
requested on the commandline, e.g. with a modifier
2010-12-03* apt-pkg/depcache.cc:David Kalnischkies
- add SetCandidateRelease() to set a candidate version and the candidates of dependencies if needed to a specified release (Closes: #572709) - change pkg/release behavior to use the new SetCandidateRelease so installing packages from experimental or backports is easier
2010-12-03keep not installed garbage packages uninstalled instead of showingDavid Kalnischkies
in the autoremove section and installing those (Closes: #604222)
2010-11-30do not touch Packages and Sources in the framework if the files doDavid Kalnischkies
not exist to not generate sources.list entries later for them
2010-11-30Add support for providing and autocopying Sources files along the wayAndres Mejia
of status and Packages files with a testcase
2010-11-30add framework code to run the installed aptitude with the currentDavid Kalnischkies
build library in the test environment
2010-11-30add usage info for create-test-data scriptDavid Kalnischkies
2010-11-30show dependencies of essential packages which are going to removeDavid Kalnischkies
only if they cause the remove of this essential (Closes: #601961)
2010-11-30$! doesn't worked on the first try somehow, now it does and itsDavid Kalnischkies
(a lot) cleaner than using this ps "magic" as this fails now and then…
2010-11-30ensure that the build methods are used and not these on the systemDavid Kalnischkies
2010-11-30add a very simple testcase to ensure that the action modifiers are onlyDavid Kalnischkies
interpreted if a package with this name doesn't exist: e.g. g++
2010-11-30if the codename is "experimental" add NotAutomatic:yes by defaultDavid Kalnischkies
2010-11-30add a way to add packages to generate a dists style environment withoutDavid Kalnischkies
actually building all these packages
2010-11-29* apt-pkg/algorithms.cc:David Kalnischkies
- mark all installed packages first without auto installation in a dist-upgrade to prefer upgrading packages instead of installing new packages in versioned or-groups (Closes: #605394)
2010-11-25merged lp:~pitti/apt/compressed-indexesMichael Vogt
2010-11-18merged lp:~mvo/apt/apt-get-changelog Michael Vogt
2010-11-15test/integration/framework: set methods dirMichael Vogt
2010-11-15test/integration/test-changelog: add regression test for changelog downloaderMichael Vogt
2010-11-15* test/integration/test-compressed-indexes, test/test-indexes.sh:Martin Pitt
- Explicitly disable compressed indexes at the start. This ensures that we will actually test uncompressed indexes regardless of the internal default value of Acquire::GzipIndexes.
2010-11-10* apt-pkg/depcache.cc:David Kalnischkies
- don't install previously not installed providers in a try to statisfy a "Breaks: provides" dependency by upgrade
2010-11-09evaluate Acquire::Languages= before LANG= (Closes: #602573)David Kalnischkies
2010-11-06* apt-pkg/orderlist.cc:David Kalnischkies
- try fixing before removing even if the fix is hidden in a provides, hidden in the #590438 testcase
2010-11-06* apt-pkg/aptconfiguration.cc:David Kalnischkies
- respect the none-force even in LANG=C (Closes: #602573)
2010-10-26* apt-pkg/pkgcache.cc:David Kalnischkies
- fallback always to a suitable description (Closes: #601016)
2010-10-22dpkg doesn't like underscores in versions anymore (=it fails) so ourDavid Kalnischkies
behaviour can be undefined… (or at least can't be tested against dpkg)
2010-10-21* apt-pkg/contrib/fileutl.cc:David Kalnischkies
- Add a FileFd::FileSize() method to get the size of the underlying file and not the size of the content in the file as FileFd::Size() does - the sizes can differ since the direct gzip integration * methods/{gzip,bzip2}.cc: - use FileSize() to determine if the file is invalid (Closes: #600852)
2010-10-15add test case for having no indexes, and fix regression in that caseMartin Pitt
2010-10-13test/integration/framework: set proper dir::state::statusMichael Vogt
2010-10-13tests/integration/test-*: remove a bunch of "local" that are used outside ↵Michael Vogt
funtions (bash complains)
2010-10-13* debian/apt.cron.daily:Michael Vogt
- source /etc/default/locale (if available) so that the apt-get update cron job fetches the right translated package descriptions * fix test failure on amd64
2010-10-13merge fix for testrun on amd64Michael Vogt
2010-10-02* apt-pkg/depcache.cc:David Kalnischkies
- do not remove packages which the user requested for installation explicitly while satisfying other install requests (Closes: #598669)
2010-09-29* apt-pkg/depcache.cc:David Kalnischkies
- do not check endpointer packages instead of only those which prevented NeverAutoRemove settings from having an effect (Closes: #598452)
2010-09-29fix the testcases which were broken by the new space between number and unitDavid Kalnischkies
2010-09-15merged lp:~donkult/apt/sid Michael Vogt
2010-09-15merged lp:~mvo/apt/conflicts-on-virtuals to better deal withMichael Vogt
conflicts/breaks against virtual packages (LP: #614993)
2010-09-14* apt-pkg/policy.cc:David Kalnischkies
- support 100-pinning in Release file with ButAutomaticUpgrades as requested by the backports crew (Closes: #596097) * apt-pkg/deb/deblistparser.cc: - overrule NotAutomatic in case of ButAutomaticUpgrades
2010-09-09add a simple testcase for the previously fixed bug 595691 to checkDavid Kalnischkies
in future that APT plays considerable well with empty archives
2010-09-04* cmdline/apt-key:David Kalnischkies
- support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files
2010-09-03add regression test for ubuntu bug 614993Michael Vogt
2010-09-02do the right thing(TM) even if the (unfinished) testcase is namedDavid Kalnischkies
skip-* instead of test-* to avoid calling him with run-tests
2010-09-02show only the basename of the running testDavid Kalnischkies
2010-09-02set the quiet value for apt-cache so the tests will actually seeDavid Kalnischkies
the notices as they will not be shown otherwise
2010-09-02* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
- create Dir::Log if needed to support /var/log as tmpfs or similar, inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239) Easily done by moving a private method from pkgAcquire into the public area of fileutl.cc to be able to use it also in here
2010-09-02add wrapper around dpkg to be able to use it easily in the testsDavid Kalnischkies
2010-08-28* apt-pkg/contrib/configuration.cc:David Kalnischkies
- fix autoremove by using correct config-option name and don't make faulty assumptions in error handling (Closes: #594689)
2010-08-21* apt-pkg/acquire-item.cc:David Kalnischkies
- don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work in combination with the AddFd methods of our hashclasses Add also 2 testcases: one to test pdiffs in general and one to test the handling of compressed indexes.
2010-08-20* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
- use the InstVer instead of the CurrentVer for the autobit transfer Add also a small testcase to check the handling automatical
2010-08-19sign the created Release files with our own dummy key "Joe Sixpack"David Kalnischkies
2010-08-18setup the environment correctly for dpkg, tooDavid Kalnischkies