Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-02 | do the right thing(TM) even if the (unfinished) testcase is named | David Kalnischkies | |
skip-* instead of test-* to avoid calling him with run-tests | |||
2010-09-02 | show only the basename of the running test | David Kalnischkies | |
2010-09-02 | set the quiet value for apt-cache so the tests will actually see | David 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-02 | add wrapper around dpkg to be able to use it easily in the tests | David 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-19 | sign the created Release files with our own dummy key "Joe Sixpack" | David Kalnischkies | |
2010-08-18 | setup the environment correctly for dpkg, too | David Kalnischkies | |
2010-08-18 | extend the magic which creates the test archive by using FileLists to | David Kalnischkies | |
ship the build packages in the correct distribution and section | |||
2010-08-18 | add proper MSGLEVEL handling by overriding methods dynamic | David Kalnischkies | |
2010-08-18 | implement the first round of automated dummy package building and | David Kalnischkies | |
archive building | |||
2010-08-15 | add finally my very small testcase for the conkeror problem resulting | David Kalnischkies | |
in the FixByInstall code we currently "experiment" with | |||
2010-08-14 | fix testcase framework to test correctly for virtual packages | David Kalnischkies | |
2010-08-14 | add a small script to automate the task of creating Packages and status | David Kalnischkies | |
files for tests with "real" problems | |||
2010-07-29 | remove the temporary compare files we create | David Kalnischkies | |
2010-07-29 | configure also the replacement before remove by adding Immediate flag | David Kalnischkies | |
2010-07-28 | * apt-pkg/orderlist.cc: | David Kalnischkies | |
- try to install another or-group member in DepRemove before breaking the or group (Closes: #590438) | |||
2010-07-28 | auto-install Packages and status file of the testcase | David Kalnischkies | |
2010-07-25 | - prefer non-virtual packages in FindPreferredPkg (Closes: #590041) | David Kalnischkies | |
* test/integration/*: - add with bug#590041 testcase a small test "framework" |