projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b14eb2d
)
Fix test case for recent changes.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 24 Sep 2009 05:35:08 +0000
(
05:35
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 24 Sep 2009 05:35:08 +0000
(
05:35
-0000)
svn path=/main/trunk/; revision=14397
pym/portage/tests/util/test_stackDicts.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/util/test_stackDicts.py
b/pym/portage/tests/util/test_stackDicts.py
index aa8a712efa2e3bc2ac1fae8d8d247fe433a2b697..0c109a9cf28782db9674c5652863cc5a7eda22c3 100644
(file)
--- a/
pym/portage/tests/util/test_stackDicts.py
+++ b/
pym/portage/tests/util/test_stackDicts.py
@@
-19,7
+19,7
@@
class StackDictsTestCase(TestCase):
False, ["a"], False ),
( [ { "a":"b" }, None ], { "a":"b" },
False, [], True ),
- ( [ None ],
None
, False, [], False ),
+ ( [ None ],
{}
, False, [], False ),
( [ None, {}], {}, False, [], True ) ]