From 743ce95e7c2c0eac7acf9f54774a5f00f1f9406d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 1 Oct 2010 07:54:51 -0700 Subject: Fix spelling of depclean test methods. --- pym/portage/tests/resolver/test_depclean.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym') 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}, -- cgit v1.2.3-1-g7c22