diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-20 18:32:07 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-20 18:32:07 +0000 |
commit | 3f308b8ee074d04033406dfab634703ab464ba04 (patch) | |
tree | 07b45a10c2c5c1aecfedab703f916ffc15ee1b49 /t/superuser--split-transactions--strict-require.t | |
parent | c4c74f75eb386504370ffdca8e2f119a55ada108 (diff) | |
download | urpmi-3f308b8ee074d04033406dfab634703ab464ba04.tar urpmi-3f308b8ee074d04033406dfab634703ab464ba04.tar.gz urpmi-3f308b8ee074d04033406dfab634703ab464ba04.tar.bz2 urpmi-3f308b8ee074d04033406dfab634703ab464ba04.tar.xz urpmi-3f308b8ee074d04033406dfab634703ab464ba04.zip |
Test case from Anssi Hannula for bug #47803
Diffstat (limited to 't/superuser--split-transactions--strict-require.t')
-rw-r--r-- | t/superuser--split-transactions--strict-require.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--split-transactions--strict-require.t b/t/superuser--split-transactions--strict-require.t index 60766e8e..086cde81 100644 --- a/t/superuser--split-transactions--strict-require.t +++ b/t/superuser--split-transactions--strict-require.t @@ -54,7 +54,7 @@ sub test_c { check_installed_fullnames('a-1-1', 'b-1-1', 'c-1-1'); urpmi("--media $name-2 --auto $option c"); - check_installed_fullnames_and_remove('c-2-1'); # WARNING: a-2 could be promoted + check_installed_fullnames_and_remove('a-2-1', 'c-2-1'); } sub test_d { |