summaryrefslogtreecommitdiff
path: root/test/interactive-helper
Commit message (Collapse)AuthorAgeFilesLines
* * apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}:David Kalnischkies2012-03-222-112/+4
| | | | | | | - drop instead of fix as it is only needed if you want to reimplement dpkg and comes straight from the beginning of last decade (Closes: #663372) * apt-inst/deb/debfile.cc: - {Extract,Merge}Control() is another instance of "lets reimplement dpkg" so shot of this code before someone ends up using this…
* for these helpers we don't need too much checks,David Kalnischkies2012-03-202-3/+3
| | | | but no warnings from gcc helps
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-193-0/+4
|
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-1/+3
|
* fix 'comparison between signed and unsigned integer expressions' warningDavid Kalnischkies2011-08-171-2/+1
| | | | in the udevcdrom testcase
* move the networkless test to the interactive helpers as it needsDavid Kalnischkies2011-08-173-0/+55
| | | | | root rights for operation (ifup/down, iptables) so it is better run under supervision
* move the interactive helper to a subdirectory of testDavid Kalnischkies2011-08-177-0/+381