summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/resolver/test_virtual_slot.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/resolver/test_virtual_slot.py')
-rw-r--r--pym/portage/tests/resolver/test_virtual_slot.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/pym/portage/tests/resolver/test_virtual_slot.py b/pym/portage/tests/resolver/test_virtual_slot.py
index 4ea66772e..1b19d774a 100644
--- a/pym/portage/tests/resolver/test_virtual_slot.py
+++ b/pym/portage/tests/resolver/test_virtual_slot.py
@@ -123,6 +123,13 @@ class VirtualSlotResolverTestCase(TestCase):
options = {"--depclean" : True},
success = True,
cleanlist = []),
+
+ # Prune redundant lower slots, even if they are in world.
+ ResolverPlaygroundTestCase(
+ [],
+ options = {"--prune" : True},
+ success = True,
+ cleanlist = ['virtual/jdk-1.6.0', 'dev-java/icedtea-6.1.10.3']),
)
playground = ResolverPlayground(