diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-07 14:46:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-07 14:46:35 +0000 |
commit | 98f3a57bd81b316d87bb4f7e1fdff45f8d03bbfd (patch) | |
tree | 4d8f8d368d9686a91ca31abb665f742bd7839cc7 | |
parent | 5d7f85538eacc89c8c6a8153277cb9e546178080 (diff) | |
download | urpmi-98f3a57bd81b316d87bb4f7e1fdff45f8d03bbfd.tar urpmi-98f3a57bd81b316d87bb4f7e1fdff45f8d03bbfd.tar.gz urpmi-98f3a57bd81b316d87bb4f7e1fdff45f8d03bbfd.tar.bz2 urpmi-98f3a57bd81b316d87bb4f7e1fdff45f8d03bbfd.tar.xz urpmi-98f3a57bd81b316d87bb4f7e1fdff45f8d03bbfd.zip |
fix/enhance comment
-rw-r--r-- | t/superuser--handle-conflict-deps2.t | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/t/superuser--handle-conflict-deps2.t b/t/superuser--handle-conflict-deps2.t index 3a87d7e8..1b859c8b 100644 --- a/t/superuser--handle-conflict-deps2.t +++ b/t/superuser--handle-conflict-deps2.t @@ -4,7 +4,11 @@ # b-1 upgrades to b-2 which requires a2 # a2 conflicts with a1 # -# d & a is the same as a & b +# d1-1 upgrades to d1-2 +# c-1 upgrades to c-2 which requires d2 +# d2 conflicts with d1 +# +# nb: d & c is similar to a & b # (needed to ensure both ordering works) # use strict; |