summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-07 10:24:58 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-07 10:24:58 +0200
commit34256b339ea1b953bbf57e8b6975023dfce05c73 (patch)
treead21b89d009db54eb478e1e883f86b8a03dbd361 /tests
parentd754e704d6e42bff9f1f8485e134fd4d04cb3a24 (diff)
parent3afcdfc4f30173672b5745f69e2bc401f20e1d90 (diff)
downloadpython-apt-34256b339ea1b953bbf57e8b6975023dfce05c73.tar.gz
* merged with glatzor
Diffstat (limited to 'tests')
-rw-r--r--tests/test_aptsources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_aptsources.py b/tests/test_aptsources.py
index 0479076c..d5b5ff9f 100644
--- a/tests/test_aptsources.py
+++ b/tests/test_aptsources.py
@@ -92,7 +92,7 @@ class TestAptSources(unittest.TestCase):
if c == comp:
found += 1
print "".join([s.str() for s in sources])
- assertEqual(found, 1)
+ self.assertEqual(found, 1)
if __name__ == "__main__":