projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed1555f
)
Adjust DepcleanWithInstalledMaskedTestCase now that bug #332719
author
Zac Medico
<zmedico@gentoo.org>
Wed, 8 Sep 2010 19:58:53 +0000
(12:58 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 8 Sep 2010 19:58:53 +0000
(12:58 -0700)
is fixed.
pym/portage/tests/resolver/test_depclean.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/resolver/test_depclean.py
b/pym/portage/tests/resolver/test_depclean.py
index 9e8e43bfc9f6bbb021295a008434bf9cccb6eec7..8dd0141181767c0851ca71b204b9c5631731203c 100644
(file)
--- a/
pym/portage/tests/resolver/test_depclean.py
+++ b/
pym/portage/tests/resolver/test_depclean.py
@@
-101,7
+101,8
@@
class DepcleanWithInstalledMaskedTestCase(TestCase):
[],
options = {"--depclean": True},
success = True,
- cleanlist = ["dev-libs/C-1"]),
+ #cleanlist = ["dev-libs/C-1"]),
+ cleanlist = ["dev-libs/B-1"]),
)
playground = ResolverPlayground(ebuilds=ebuilds, installed=installed, world=world)