summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-593360-modifiers-in-names
AgeCommit message (Collapse)AuthorFilesLines
2015-12-19tests: support spaces in path and TMPDIRDavid Kalnischkies1-2/+2
This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore
2015-03-16test exitcode as well as string equalityDavid Kalnischkies1-8/+8
We use test{success,failure} now all over the place in the framework, so its only consequencial to do this in the situations in which we test for a specific output as well. Git-Dch: Ignore
2012-04-20* apt-pkg/cacheset.cc:David Kalnischkies1-0/+5
- actually return to the fallback modifier if we have detected we should for packagenames which look like modifiers (Closes: #669591)
2011-03-25* apt-pkg/cacheiterator.h:David Kalnischkies1-8/+8
- return "all" instead of native architecture without breaking the abi (too much) by extending enum instead of using bitflags (LP: #733741) With the next abi break that enum should be a char bitflag instead
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies1-8/+8
Multi-Arch; instead, Arch: all packages only satisfy dependencies for the native arch, except where the Arch: all package is declared Multi-Arch: foreign. (Closes: #613584) This has the sideeffect that arch:all packages internally show up as coming from the native arch - so packages with the architecture "all" doesn't exist any longer in the pkgcache
2011-02-15test/integration/: remove a bunch of "local" statements from the ↵Michael Vogt1-1/+1
shellscript, keep tests running even on failure but log failures
2010-11-30add a very simple testcase to ensure that the action modifiers are onlyDavid Kalnischkies1-0/+64
interpreted if a package with this name doesn't exist: e.g. g++