diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-28 10:19:57 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-28 10:19:57 +0200 |
commit | 6ec741fe69dcb96cf2a3a3872552c86ee310748e (patch) | |
tree | 5b7da7f7a7bc8641d49f82d5e26c6ab03be8b07c /test | |
parent | 7a59dff6570e7fa4681470a5d4c7ec93fc26a45f (diff) |
* test/pre-upload-check.py:
- add pointer to test-data-repo
Diffstat (limited to 'test')
-rwxr-xr-x | test/pre-upload-check.py | 7 |
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" |