summaryrefslogtreecommitdiff
path: root/test/pre-upload-check.py
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2007-08-28 10:14:43 +0200
committerMichael Vogt <egon@bottom>2007-08-28 10:14:43 +0200
commitadb81c02dc57f59cb51132c0f0b37f41cac66688 (patch)
treeb42c4d6219c1860f6bb036fc984d6e270c6db028 /test/pre-upload-check.py
parent7f3142149d1d1e5ef133d8f6603803cc681bbed9 (diff)
parent6ec741fe69dcb96cf2a3a3872552c86ee310748e (diff)
* apt-pkg/acquire.cc:
- increase MaxPipeDepth for the internal worker<->method communication to 1000 for the debtorrent backend
Diffstat (limited to 'test/pre-upload-check.py')
-rwxr-xr-xtest/pre-upload-check.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/pre-upload-check.py b/test/pre-upload-check.py
index 8131d891e..2199c598a 100755
--- a/test/pre-upload-check.py
+++ b/test/pre-upload-check.py
@@ -15,7 +15,12 @@ apt_args = [] # ["-o","Debug::pkgAcquire::Auth=true"]
class testAuthentication(unittest.TestCase):
-
+ """
+ test if the authentication is working, the repository
+ of the test-data can be found here:
+ bzr get http://people.ubuntu.com/~mvo/bzr/apt/apt-auth-test-suit/
+ """
+
# some class wide data
apt = "apt-get"
pkg = "libglib2.0-data"