projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1faa9bd
)
test_use_reduce: test empty parens (bug 370565)
author
Zac Medico
<zmedico@gentoo.org>
Thu, 9 Jun 2011 14:28:14 +0000
(07:28 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 9 Jun 2011 14:28:14 +0000
(07:28 -0700)
pym/portage/tests/dep/test_use_reduce.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/dep/test_use_reduce.py
b/pym/portage/tests/dep/test_use_reduce.py
index b89752fb41cf4b80b8c06d41f312983890eb52f9..ac815632a7e7ba8a839c51b1841dda24ca9c6475 100644
(file)
--- a/
pym/portage/tests/dep/test_use_reduce.py
+++ b/
pym/portage/tests/dep/test_use_reduce.py
@@
-568,7
+568,9
@@
class UseReduce(TestCase):
UseReduceTestCase("( || ( || bar? ( A ) foo? ( B ) ) )"),
UseReduceTestCase("foo?"),
UseReduceTestCase("foo? || ( A )"),
-
+ UseReduceTestCase("|| ( )"),
+ UseReduceTestCase("foo? ( )"),
+
#SRC_URI stuff
UseReduceTestCase("http://foo/bar -> blah.tbz2", is_src_uri = True, eapi = EAPI_WITHOUT_SRC_URI_ARROWS),
UseReduceTestCase("|| ( http://foo/bar -> blah.tbz2 )", is_src_uri = True, eapi = EAPI_WITH_SRC_URI_ARROWS),