Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced by the integration/test-compressed-indexes test | David Kalnischkies | 2011-08-17 | 1 | -235/+0 |
| | |||||
* | * test/integration/test-compressed-indexes, test/test-indexes.sh: | Martin Pitt | 2010-11-15 | 1 | -0/+1 |
| | | | | | - Explicitly disable compressed indexes at the start. This ensures that we will actually test uncompressed indexes regardless of the internal default value of Acquire::GzipIndexes. | ||||
* | add test case for having no indexes, and fix regression in that case | Martin Pitt | 2010-10-15 | 1 | -0/+8 |
| | |||||
* | test-indexes.sh: EXFAIL: file:/ URIs currently decompress even with the ↵ | martin@piware.de | 2010-06-24 | 1 | -1/+3 |
| | | | | GzipIndexes option; not a big deal for now | ||||
* | test-indexes.sh: Test handling of local file:// archives | martin@piware.de | 2010-06-24 | 1 | -3/+34 |
| | |||||
* | test-indexes.sh: quiesce apt-get source; we know that we cannot verify ↵ | martin@piware.de | 2010-06-17 | 1 | -1/+2 |
| | | | | package signatures | ||||
* | test-indexes.sh: Also test compressed index mode with apt.conf.d file | martin@piware.de | 2010-06-17 | 1 | -2/+27 |
| | |||||
* | test-indexes.sh: Just for paranoia, test that apt-cache is still working ↵ | martin@piware.de | 2010-06-17 | 1 | -0/+4 |
| | | | | after apt-get update with previously existing indexes | ||||
* | test-indexes.sh: fix check_indexes call in compressed mode | martin@piware.de | 2010-06-17 | 1 | -2/+2 |
| | |||||
* | test-indexes.sh: Actually test for non/pre-existing indexes in compressed mode | martin@piware.de | 2010-06-17 | 1 | -3/+4 |
| | |||||
* | test-indexes: Use /etc/apt from temporary work dir, not from system | martin@piware.de | 2010-06-17 | 1 | -2/+8 |
| | |||||
* | test-indexes.sh: Refactor common code into functions | martin@piware.de | 2010-06-17 | 1 | -74/+81 |
| | |||||
* | test-indexes.sh: More verbose failures on wrong/missing indexes | martin@piware.de | 2010-06-17 | 1 | -25/+28 |
| | |||||
* | test/test-indexes.sh: Stop hardcoding archive gpg key ID, get it from first ↵ | martin@piware.de | 2010-06-15 | 1 | -4/+7 |
| | | | | failed apt-get update output | ||||
* | test-indexes.sh: Add source related tests, which uncovers two regressions | martin@piware.de | 2010-06-11 | 1 | -2/+39 |
| | |||||
* | * Add test/test-indexes.sh: | martin@piware.de | 2010-06-10 | 1 | -0/+106 |
- Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. |