]> git.saurik.com Git - apt.git/commitdiff
* test/pre-upload-check.py:
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 28 Aug 2007 08:19:57 +0000 (10:19 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 28 Aug 2007 08:19:57 +0000 (10:19 +0200)
  - add pointer to test-data-repo

test/pre-upload-check.py

index 8131d891e38c84600abf34bf60fc3e1547c922ec..2199c598a1b1f1eb21e8e7220165806ae1cdb52c 100755 (executable)
@@ -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"