summaryrefslogtreecommitdiffstats
path: root/t/superuser--split-transactions--conflict.t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-07 12:38:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-07 12:38:39 +0000
commit98a24eafad4cafd2d140e8785348cc09543ac950 (patch)
tree5d3334cc881117ed9fd920b832d60cc990d7642b /t/superuser--split-transactions--conflict.t
parent953108fb283154396e50c92fa1804734cb3c455d (diff)
downloadurpmi-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--conflict.t')
-rw-r--r--t/superuser--split-transactions--conflict.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/superuser--split-transactions--conflict.t b/t/superuser--split-transactions--conflict.t
index ff3a089d..e41eb724 100644
--- a/t/superuser--split-transactions--conflict.t
+++ b/t/superuser--split-transactions--conflict.t
@@ -48,7 +48,7 @@ sub test_d {
urpmi("--media $name-1 --auto a b c");
check_installed_fullnames('a-1-1', 'b-1-1', 'c-1-1');
- #- below would need the promotion of "b-2" (upgraded from "b-1")
+ #- WARNING: below would need the promotion of "b-2" (upgraded from "b-1")
urpmi("--media $name-2 --auto $option d");
check_installed_fullnames_and_remove('d-1-1');
}
@@ -59,7 +59,7 @@ sub test_e {
urpmi("--media $name-1 --auto e");
check_installed_fullnames('d-1-1', 'e-1-1');
- #- below would need the promotion of "e-2" (upgraded from "e-1")
+ #- WARNING: below would need the promotion of "e-2" (upgraded from "e-1")
urpmi("--media $name-2 --auto $option c");
check_installed_fullnames_and_remove('c-1-1');
}