From 163bb043998decfbe67980e82f9545aa96515e47 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 3 Feb 2011 22:03:07 -0800 Subject: REQUIRED_USE: more display tests --- pym/portage/tests/dep/testCheckRequiredUse.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pym/portage/tests/dep/testCheckRequiredUse.py b/pym/portage/tests/dep/testCheckRequiredUse.py index d6a9d0c45..332c5a5df 100644 --- a/pym/portage/tests/dep/testCheckRequiredUse.py +++ b/pym/portage/tests/dep/testCheckRequiredUse.py @@ -180,6 +180,16 @@ class TestCheckRequiredUse(TestCase): "^^ ( ( a b c ) ( b c d ) )", ["a", "b", "c", "d"], "^^ ( ( a b c ) ( b c d ) )" + ), + ( + "^^ ( ( a b c ) ( b c !d ) )", + ["a", "b", "c"], + "^^ ( ( a b c ) ( b c !d ) )" + ), + ( + "^^ ( ( a b c ) ( b c !d ) )", + ["a", "b", "c", "d"], + "" ) ) for required_use, use, expected in test_cases: -- cgit v1.2.3-1-g7c22