]> git.saurik.com Git - apt.git/blobdiff - test/pre-upload-check.py
* apt-pkg/acquire.cc:
[apt.git] / 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"