|
@@ -15,7 +15,12 @@ apt_args = [] # ["-o","Debug::pkgAcquire::Auth=true"]
|
|
|
|
|
|
|
|
|
|
|
|
|
class testAuthentication(unittest.TestCase):
|
|
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
|
|
# some class wide data
|
|
|
apt = "apt-get"
|
|
apt = "apt-get"
|
|
|
pkg = "libglib2.0-data"
|
|
pkg = "libglib2.0-data"
|