diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-10-01 07:54:51 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-10-01 07:55:49 -0700 |
commit | 743ce95e7c2c0eac7acf9f54774a5f00f1f9406d (patch) | |
tree | be6b006e416436a90315bca76fa08cc2bf540fbc | |
parent | 050275726f9b760fffe7de882bb84eb364ea8a31 (diff) | |
download | portage-743ce95e7c2c0eac7acf9f54774a5f00f1f9406d.tar.gz portage-743ce95e7c2c0eac7acf9f54774a5f00f1f9406d.tar.bz2 portage-743ce95e7c2c0eac7acf9f54774a5f00f1f9406d.zip |
Fix spelling of depclean test methods.v2.1.9.13
-rw-r--r-- | pym/portage/tests/resolver/test_depclean.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/tests/resolver/test_depclean.py b/pym/portage/tests/resolver/test_depclean.py index 4ea24e728..f3ff62f56 100644 --- a/pym/portage/tests/resolver/test_depclean.py +++ b/pym/portage/tests/resolver/test_depclean.py @@ -120,7 +120,7 @@ class DepcleanWithInstalledMaskedTestCase(TestCase): class DepcleanWithExcludeTestCase(TestCase): - def testepcleanWithExclude(self): + def testDepcleanWithExclude(self): installed = { "dev-libs/A-1": {}, @@ -168,7 +168,7 @@ class DepcleanWithExcludeTestCase(TestCase): class DepcleanWithExcludeAndSlotsTestCase(TestCase): - def testepcleanWithExcludeAndSlots(self): + def testDepcleanWithExcludeAndSlots(self): installed = { "dev-libs/Z-1": { "SLOT": 1}, |