diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-07 12:38:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-07 12:38:39 +0000 |
commit | 98a24eafad4cafd2d140e8785348cc09543ac950 (patch) | |
tree | 5d3334cc881117ed9fd920b832d60cc990d7642b /t/superuser--split-transactions--strict-require-and-obsolete.t | |
parent | 953108fb283154396e50c92fa1804734cb3c455d (diff) | |
download | urpmi-98a24eafad4cafd2d140e8785348cc09543ac950.tar urpmi-98a24eafad4cafd2d140e8785348cc09543ac950.tar.gz urpmi-98a24eafad4cafd2d140e8785348cc09543ac950.tar.bz2 urpmi-98a24eafad4cafd2d140e8785348cc09543ac950.tar.xz urpmi-98a24eafad4cafd2d140e8785348cc09543ac950.zip |
mark clearly what are errors (ERROR) and what could be better (WARNING)
Diffstat (limited to 't/superuser--split-transactions--strict-require-and-obsolete.t')
-rw-r--r-- | t/superuser--split-transactions--strict-require-and-obsolete.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--split-transactions--strict-require-and-obsolete.t b/t/superuser--split-transactions--strict-require-and-obsolete.t index f02cfbeb..c2e2fcd9 100644 --- a/t/superuser--split-transactions--strict-require-and-obsolete.t +++ b/t/superuser--split-transactions--strict-require-and-obsolete.t @@ -41,7 +41,7 @@ sub test_c { urpmi("--media $name-1 --auto a"); check_installed_fullnames('a-1-1', 'bb-1-1', 'c-1-1'); - #- below would need the promotion of "b" (obsoleting bb) to work + #- WARNING: below would need the promotion of "b" (obsoleting bb) to work urpmi("--media $name-2 $option --auto c"); check_installed_fullnames_and_remove('c-2-1'); # a and bb are removed } |