Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-22 | use Pkg.FullName() in disappearedPkgs and remove duplicated check | Michael Vogt | |
2013-08-12 | add chronic-like testsuccess/testfailure helpers | David Kalnischkies | |
For many commands the output isn't stable (like then dpkg is called) but the exitcode is, so this helper enhances the common && msgpass || msgfail by generating automatically a msgtest and showing the output of the command in case of failure instead of discarding it unconditionally, the later being chronic-like behaviour Git-Dch: Ignore | |||
2012-04-12 | merged r1972 from lp:~paolorotolo/apt/fix-for-967393 | Michael Vogt | |
2011-10-11 | run integration tests on my new amd64 box without failures | David Kalnischkies | |
2011-09-09 | fix bashism (local outside function) and releasefile creation in testcases | David Kalnischkies | |
2011-02-10 | use apt-mark instead of hand-mangling with the extended_states file | David Kalnischkies | |
2010-10-13 | tests/integration/test-*: remove a bunch of "local" that are used outside ↵ | Michael Vogt | |
funtions (bash complains) | |||
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 |