summaryrefslogtreecommitdiffstats
path: root/t/superuser--split-transactions--promote.t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-12 09:51:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-12 09:51:04 +0000
commitb095172ad19310bf2253acf8f1fdf7b9a88483a1 (patch)
tree2f1cc981f925f8a6f0755a36c61c798799845bfb /t/superuser--split-transactions--promote.t
parent2737ef49cde8e6e5722e576021a0d2de3e6e11de (diff)
downloadurpmi-b095172ad19310bf2253acf8f1fdf7b9a88483a1.tar
urpmi-b095172ad19310bf2253acf8f1fdf7b9a88483a1.tar.gz
urpmi-b095172ad19310bf2253acf8f1fdf7b9a88483a1.tar.bz2
urpmi-b095172ad19310bf2253acf8f1fdf7b9a88483a1.tar.xz
urpmi-b095172ad19310bf2253acf8f1fdf7b9a88483a1.zip
promote fixed in perl-URPM > 1.80
Diffstat (limited to 't/superuser--split-transactions--promote.t')
-rw-r--r--t/superuser--split-transactions--promote.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/superuser--split-transactions--promote.t b/t/superuser--split-transactions--promote.t
index f3bb1d9d..a157efe3 100644
--- a/t/superuser--split-transactions--promote.t
+++ b/t/superuser--split-transactions--promote.t
@@ -40,7 +40,7 @@ sub test {
#- below need the promotion of "f-2" (upgraded from "f-1") to work
test_ef("$split e");
- #- WARNING: below would need the promotion of "h-2" (upgraded from "e-1")
+ #- below need the promotion of "h-2" (upgraded from "h-1") to work
test_gh("$split g");
}
@@ -81,5 +81,5 @@ sub test_gh {
check_installed_names('g', 'h');
urpmi("--media $name-2 --auto $para");
- check_installed_fullnames_and_remove('g-2-1'); # WARNING
+ check_installed_fullnames_and_remove('g-2-1', 'h-2-1');
}