diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-13 12:46:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-13 12:46:51 +0000 |
commit | 8ad327e51abec9c4d6d2344eaad9de907516d3b6 (patch) | |
tree | 9e1a23ea8e8c61fa8dfed3a9d67a48924b7c239a /t/superuser--split-transactions--conflict.t | |
parent | cd383c6e9021689675d2e05f5d8e3fcbbbad1669 (diff) | |
download | urpmi-8ad327e51abec9c4d6d2344eaad9de907516d3b6.tar urpmi-8ad327e51abec9c4d6d2344eaad9de907516d3b6.tar.gz urpmi-8ad327e51abec9c4d6d2344eaad9de907516d3b6.tar.bz2 urpmi-8ad327e51abec9c4d6d2344eaad9de907516d3b6.tar.xz urpmi-8ad327e51abec9c4d6d2344eaad9de907516d3b6.zip |
those tests do pass nicely with perl-URPM 2.00
Diffstat (limited to 't/superuser--split-transactions--conflict.t')
-rw-r--r-- | t/superuser--split-transactions--conflict.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/superuser--split-transactions--conflict.t b/t/superuser--split-transactions--conflict.t index e41eb724..160d0035 100644 --- a/t/superuser--split-transactions--conflict.t +++ b/t/superuser--split-transactions--conflict.t @@ -48,9 +48,9 @@ sub test_d { urpmi("--media $name-1 --auto a b c"); check_installed_fullnames('a-1-1', 'b-1-1', 'c-1-1'); - #- WARNING: below would need the promotion of "b-2" (upgraded from "b-1") + #- below need the promotion of "b-2" (upgraded from "b-1") to work urpmi("--media $name-2 --auto $option d"); - check_installed_fullnames_and_remove('d-1-1'); + check_installed_fullnames_and_remove('a-1-1', 'b-2-1', 'd-1-1'); } sub test_e { @@ -59,9 +59,9 @@ sub test_e { urpmi("--media $name-1 --auto e"); check_installed_fullnames('d-1-1', 'e-1-1'); - #- WARNING: below would need the promotion of "e-2" (upgraded from "e-1") + #- below need the promotion of "e-2" (upgraded from "e-1") to work urpmi("--media $name-2 --auto $option c"); - check_installed_fullnames_and_remove('c-1-1'); + check_installed_fullnames_and_remove('c-1-1', 'e-2-1'); } sub test_ae { |