diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-07 11:06:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-07 11:06:58 +0000 |
commit | e4179a5e22b5ddfa6ebbc5cbbb7abad0f0f149a9 (patch) | |
tree | 0928fe036d43e5f6ec05baa941c1468350703012 /t/superuser--split-transactions--promote.t | |
parent | 0d80e998b90c8f5cfb9fbc8dc9f7974f6d0e9fe9 (diff) | |
download | urpmi-e4179a5e22b5ddfa6ebbc5cbbb7abad0f0f149a9.tar urpmi-e4179a5e22b5ddfa6ebbc5cbbb7abad0f0f149a9.tar.gz urpmi-e4179a5e22b5ddfa6ebbc5cbbb7abad0f0f149a9.tar.bz2 urpmi-e4179a5e22b5ddfa6ebbc5cbbb7abad0f0f149a9.tar.xz urpmi-e4179a5e22b5ddfa6ebbc5cbbb7abad0f0f149a9.zip |
nicer comment
Diffstat (limited to 't/superuser--split-transactions--promote.t')
-rw-r--r-- | t/superuser--split-transactions--promote.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/superuser--split-transactions--promote.t b/t/superuser--split-transactions--promote.t index 9fa39dc3..d13ed470 100644 --- a/t/superuser--split-transactions--promote.t +++ b/t/superuser--split-transactions--promote.t @@ -18,14 +18,14 @@ my $name = 'split-transactions--strict-require'; urpmi_addmedia("$name-1 $::pwd/media/$name-1"); urpmi_addmedia("$name-2 $::pwd/media/$name-2"); -#- below need the promotion of "a-2" (upgraded from "a-1") to work +#- below need the promotion of "a-2" (upgraded from "a-1") test_ab('--split-length 0 b'); test_ab('--split-level 1 b'); test_ab('--split-length 0 --auto-select'); test_ab('--split-level 1 --auto-select'); -#- below need the promotion of "d2" (new installed package) to work +#- below need the promotion of "d2" (new package to install) test_cd('--split-length 0 d1'); test_cd('--split-level 1 d1'); |