| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | set the quiet value for apt-cache so the tests will actually see | David Kalnischkies | 2010-09-02 | 1 | -1/+1 | |
| | | | | | the notices as they will not be shown otherwise | |||||
| * | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | 2010-09-02 | 1 | -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 tests | David Kalnischkies | 2010-09-02 | 1 | -0/+7 | |
| | | ||||||
| * | * apt-pkg/acquire-item.cc: | David Kalnischkies | 2010-08-21 | 1 | -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 Kalnischkies | 2010-08-20 | 1 | -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 Kalnischkies | 2010-08-19 | 1 | -3/+12 | |
| | | ||||||
| * | setup the environment correctly for dpkg, too | David Kalnischkies | 2010-08-18 | 1 | -6/+13 | |
| | | ||||||
| * | extend the magic which creates the test archive by using FileLists to | David Kalnischkies | 2010-08-18 | 1 | -28/+91 | |
| | | | | | ship the build packages in the correct distribution and section | |||||
| * | add proper MSGLEVEL handling by overriding methods dynamic | David Kalnischkies | 2010-08-18 | 1 | -5/+31 | |
| | | ||||||
| * | implement the first round of automated dummy package building and | David Kalnischkies | 2010-08-18 | 1 | -7/+122 | |
| | | | | | archive building | |||||
| * | fix testcase framework to test correctly for virtual packages | David Kalnischkies | 2010-08-14 | 1 | -4/+4 | |
| | | ||||||
| * | add a small script to automate the task of creating Packages and status | David Kalnischkies | 2010-08-14 | 1 | -1/+5 | |
| | | | | | files for tests with "real" problems | |||||
| * | remove the temporary compare files we create | David Kalnischkies | 2010-07-29 | 1 | -0/+3 | |
| | | ||||||
| * | configure also the replacement before remove by adding Immediate flag | David Kalnischkies | 2010-07-29 | 1 | -0/+16 | |
| | | ||||||
| * | auto-install Packages and status file of the testcase | David Kalnischkies | 2010-07-28 | 1 | -2/+14 | |
| | | ||||||
| * | - prefer non-virtual packages in FindPreferredPkg (Closes: #590041) | David Kalnischkies | 2010-07-25 | 1 | -0/+170 | |
| * test/integration/*: - add with bug#590041 testcase a small test "framework" | ||||||
