From: Zac Medico Date: Fri, 1 Oct 2010 14:54:51 +0000 (-0700) Subject: Fix spelling of depclean test methods. X-Git-Tag: v2.1.9.13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=743ce95e7c2c0eac7acf9f54774a5f00f1f9406d;p=portage.git Fix spelling of depclean test methods. --- 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},