summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-595691-empty-and-broken-archive-files
Commit message (Collapse)AuthorAgeFilesLines
* - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies2011-01-201-20/+12
| | | | * apt-pkg/deb/deblistparser.cc: - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles
* do not touch Packages and Sources in the framework if the files doDavid Kalnischkies2010-11-301-0/+1
| | | | not exist to not generate sources.list entries later for them
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-10-211-51/+108
| | | | | | | - Add a FileFd::FileSize() method to get the size of the underlying file and not the size of the content in the file as FileFd::Size() does - the sizes can differ since the direct gzip integration * methods/{gzip,bzip2}.cc: - use FileSize() to determine if the file is invalid (Closes: #600852)
* tests/integration/test-*: remove a bunch of "local" that are used outside ↵Michael Vogt2010-10-131-1/+1
| | | | funtions (bash complains)
* fix the testcases which were broken by the new space between number and unitDavid Kalnischkies2010-09-291-1/+1
|
* add a simple testcase for the previously fixed bug 595691 to checkDavid Kalnischkies2010-09-091-0/+91
in future that APT plays considerable well with empty archives