diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-07 10:24:58 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-07 10:24:58 +0200 |
| commit | 34256b339ea1b953bbf57e8b6975023dfce05c73 (patch) | |
| tree | ad21b89d009db54eb478e1e883f86b8a03dbd361 /tests | |
| parent | d754e704d6e42bff9f1f8485e134fd4d04cb3a24 (diff) | |
| parent | 3afcdfc4f30173672b5745f69e2bc401f20e1d90 (diff) | |
| download | python-apt-34256b339ea1b953bbf57e8b6975023dfce05c73.tar.gz | |
* merged with glatzor
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_aptsources.py | 2 |
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__": |
