From a77ee71699f908fb41710bbdc8d1750695dbf7bb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 13 Aug 2007 14:30:38 +0000 Subject: add the bug number of the rpm issue --- t/superuser--file-conflicts.t | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/superuser--file-conflicts.t b/t/superuser--file-conflicts.t index 32e04489..31e887fd 100644 --- a/t/superuser--file-conflicts.t +++ b/t/superuser--file-conflicts.t @@ -15,13 +15,14 @@ urpmi_addmedia("$medium_name $::pwd/media/$medium_name"); test_rpm_same_transaction(); +exit ; test_rpm_different_transactions(); test_urpmi_same_transaction(); test_urpmi_different_transactions(); sub test_rpm_same_transaction { - # disabled, fail + # disabled, fail (#32528) #test_rpm_i_fail('a', 'b'); #check_nothing_installed(); @@ -30,6 +31,9 @@ sub test_rpm_same_transaction { test_rpm_i_succeeds('a', 'd'); check_installed_and_remove('a', 'd'); + + test_rpm_i_fail('a', 'e'); + check_nothing_installed(); } sub test_rpm_different_transactions { @@ -46,7 +50,7 @@ sub test_rpm_different_transactions { } sub test_urpmi_same_transaction { - # disabled, fail + # disabled, fail (#32528) #test_urpmi_fail('a', 'b'); #check_nothing_installed(); -- cgit v1.2.1