diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-01-28 12:22:37 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-01-28 12:22:37 +0100 |
commit | ab53c018fbc7aa01c0d89586c0aa98bc944dd9e4 (patch) | |
tree | 9519730babef80a667d935ec0d4b2e4c101afc34 /test/integration/test-bug-601016-description-translation | |
parent | 5d88572318ed7e271101b1ae8f2cc139a1a3f705 (diff) |
- download and use i18n/Index to choose which Translations to download
* apt-pkg/aptconfiguration.cc:
- remove the inbuilt Translation files whitelist
Diffstat (limited to 'test/integration/test-bug-601016-description-translation')
-rwxr-xr-x | test/integration/test-bug-601016-description-translation | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-bug-601016-description-translation b/test/integration/test-bug-601016-description-translation index a31e42ee1..2a323a201 100755 --- a/test/integration/test-bug-601016-description-translation +++ b/test/integration/test-bug-601016-description-translation @@ -57,6 +57,7 @@ Description-${LOCALE}: Mächtige Oberfläche für dpkg testrun() { echo "Acquire::Languages { \"${LOCALE}\"; \"en\"; };" > rootdir/etc/apt/apt.conf.d/00languages export LC_ALL="" + rm -rf rootdir/var/lib/apt/lists rootdir/var/cache/apt/ setupaptarchive testequal "$LOCALESTANZA" aptcache show apt -o Test=File-${LOCALE} testequal "$NOLONGSTANZA" aptcache show apt -o Acquire::Languages="ww" -o Test=File-${LOCALE} |