summaryrefslogtreecommitdiff
path: root/test/integration/framework
Commit message (Collapse)AuthorAgeFilesLines
...
* * debian/apt.cron.daily:Michael Vogt2010-10-131-0/+2
|\ | | | | | | | | | | - 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
| * merge fix for testrun on amd64Michael Vogt2010-10-131-0/+2
| |
* | * apt-pkg/depcache.cc:David Kalnischkies2010-09-291-0/+24
| | | | | | | | - do not check endpointer packages instead of only those which prevented NeverAutoRemove settings from having an effect (Closes: #598452)
* | * apt-pkg/policy.cc:David Kalnischkies2010-09-141-1/+1
| | | | | | | | | | | | - 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
* | * cmdline/apt-key:David Kalnischkies2010-09-041-0/+1
|/ | | | - support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files
* do the right thing(TM) even if the (unfinished) testcase is namedDavid Kalnischkies2010-09-021-2/+2
| | | | skip-* instead of test-* to avoid calling him with run-tests
* show only the basename of the running testDavid Kalnischkies2010-09-021-3/+3
|
* set the quiet value for apt-cache so the tests will actually seeDavid Kalnischkies2010-09-021-1/+1
| | | | the notices as they will not be shown otherwise
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-09-021-2/+2
| | | | | | | - 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
* add wrapper around dpkg to be able to use it easily in the testsDavid Kalnischkies2010-09-021-0/+7
|
* * apt-pkg/acquire-item.cc:David Kalnischkies2010-08-211-15/+43
| | | | | | | - 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.
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-08-201-7/+47
| | | | | - use the InstVer instead of the CurrentVer for the autobit transfer Add also a small testcase to check the handling automatical
* sign the created Release files with our own dummy key "Joe Sixpack"David Kalnischkies2010-08-191-3/+12
|
* setup the environment correctly for dpkg, tooDavid Kalnischkies2010-08-181-6/+13
|
* extend the magic which creates the test archive by using FileLists toDavid Kalnischkies2010-08-181-28/+91
| | | | ship the build packages in the correct distribution and section
* add proper MSGLEVEL handling by overriding methods dynamicDavid Kalnischkies2010-08-181-5/+31
|
* implement the first round of automated dummy package building andDavid Kalnischkies2010-08-181-7/+122
| | | | archive building
* fix testcase framework to test correctly for virtual packagesDavid Kalnischkies2010-08-141-4/+4
|
* add a small script to automate the task of creating Packages and statusDavid Kalnischkies2010-08-141-1/+5
| | | | files for tests with "real" problems
* remove the temporary compare files we createDavid Kalnischkies2010-07-291-0/+3
|
* configure also the replacement before remove by adding Immediate flagDavid Kalnischkies2010-07-291-0/+16
|
* auto-install Packages and status file of the testcaseDavid Kalnischkies2010-07-281-2/+14
|
* - prefer non-virtual packages in FindPreferredPkg (Closes: #590041)David Kalnischkies2010-07-251-0/+170
* test/integration/*: - add with bug#590041 testcase a small test "framework"