summaryrefslogtreecommitdiffstats
path: root/t/superuser--file-conflicts.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--file-conflicts.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--file-conflicts.t')
-rw-r--r--t/superuser--file-conflicts.t12
1 files changed, 6 insertions, 6 deletions
diff --git a/t/superuser--file-conflicts.t b/t/superuser--file-conflicts.t
index 91436ac8..4fade655 100644
--- a/t/superuser--file-conflicts.t
+++ b/t/superuser--file-conflicts.t
@@ -30,7 +30,7 @@ test_urpmi_same_transaction();
test_urpmi_different_transactions();
sub test_rpm_same_transaction {
- # disabled, fail (#32528)
+ # ERROR: disabled, fail (#32528)
#test_rpm_i_fail('a', 'b');
#check_nothing_installed();
@@ -40,7 +40,7 @@ sub test_rpm_same_transaction {
test_rpm_i_succeeds('a', 'd');
check_installed_and_remove('a', 'd');
- # disabled, fail (#32528)
+ # ERROR: disabled, fail (#32528)
#test_rpm_i_fail('a', 'e');
#check_nothing_installed();
}
@@ -68,7 +68,7 @@ sub test_rpm_different_transactions {
check_no_etc_files();
test_rpm_i_succeeds('a', 'ga');
- #test_rpm_i_fail('gd'); # broken by rpm patch rpm-4.4.8-speedup-by-not-checking-same-files-with-different-paths-through-symlink.patch
+ #test_rpm_i_fail('gd'); # WARNING: broken by rpm patch rpm-4.4.8-speedup-by-not-checking-same-files-with-different-paths-through-symlink.patch
check_installed_names('a', 'ga');
test_rpm_i_succeeds('gc');
@@ -80,7 +80,7 @@ sub test_rpm_different_transactions {
}
sub test_urpmi_same_transaction {
- # disabled, fail (#32528)
+ # ERROR: disabled, fail (#32528)
#test_urpmi_fail('a', 'b');
#check_nothing_installed();
@@ -90,7 +90,7 @@ sub test_urpmi_same_transaction {
urpmi('a d');
check_installed_and_remove('a', 'd');
- # disabled, fail (#32528)
+ # ERROR: disabled, fail (#32528)
#urpmi('a e');
#check_installed_and_remove('a', 'e');
}
@@ -119,7 +119,7 @@ sub test_urpmi_different_transactions {
check_no_etc_files();
urpmi('a ga');
- #test_urpmi_fail('gd'); # broken by rpm patch rpm-4.4.8-speedup-by-not-checking-same-files-with-different-paths-through-symlink.patch
+ #test_urpmi_fail('gd'); # WARNING: broken by rpm patch rpm-4.4.8-speedup-by-not-checking-same-files-with-different-paths-through-symlink.patch
check_installed_names('a', 'ga');
urpmi('gc');