Fix spelling of depclean test methods. v2.1.9.13
authorZac Medico <zmedico@gentoo.org>
Fri, 1 Oct 2010 14:54:51 +0000 (07:54 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 1 Oct 2010 14:55:49 +0000 (07:55 -0700)
pym/portage/tests/resolver/test_depclean.py

index 4ea24e728a8bd11f1eb8f3af7ddcece532e60fa1..f3ff62f56a8ebe066df1acdd34689f1fbe853b69 100644 (file)
@@ -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},