projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32282d6
)
test_global_updates: add missing Atom constructor
author
Zac Medico
<zmedico@gentoo.org>
Sun, 23 Oct 2011 22:17:10 +0000
(15:17 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 23 Oct 2011 22:17:10 +0000
(15:17 -0700)
pym/portage/tests/emerge/test_global_updates.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/emerge/test_global_updates.py
b/pym/portage/tests/emerge/test_global_updates.py
index add4590e5c006db1b33edfdf3ce9ad58c1fc0c36..b2810d0e8934ac6c343a8764f8f17a079fa2ff5b 100644
(file)
--- a/
pym/portage/tests/emerge/test_global_updates.py
+++ b/
pym/portage/tests/emerge/test_global_updates.py
@@
-24,7
+24,7
@@
move valid/atom1 valid/atom2
""",
[
['slotmove', Atom('=valid/atom-3*'), '0', '3'],
- ['move',
'valid/atom1', 'valid/atom2'
],
+ ['move',
Atom('valid/atom1'), Atom('valid/atom2')
],
],
8,
),