summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fake-status2
-rwxr-xr-xtest/pre-upload-check.py7
2 files changed, 7 insertions, 2 deletions
diff --git a/test/fake-status b/test/fake-status
index e1f5c1f36..9e6366d5b 100644
--- a/test/fake-status
+++ b/test/fake-status
@@ -4,7 +4,7 @@ Priority: optional
Section: libs
Installed-Size: 1376
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Architecture: amd64
+Architecture: all
Source: glib2.0
Version: 2.13.7-1ubuntu1
Description: The GLib library of C routines
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"