From 98a24eafad4cafd2d140e8785348cc09543ac950 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 7 Sep 2007 12:38:39 +0000 Subject: mark clearly what are errors (ERROR) and what could be better (WARNING) --- t/superuser--split-transactions--conflict.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/superuser--split-transactions--conflict.t') 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'); } -- cgit v1.2.1