From 32c5cd9ec00754569d8b4284b12ae81727a258e8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 7 Sep 2007 15:03:25 +0000 Subject: add a reverse conflict test case, not nicely handled at the moment --- t/data/SPECS/split-transactions--promote-1/g.spec | 13 +++++++++++++ t/data/SPECS/split-transactions--promote-1/h.spec | 14 ++++++++++++++ t/data/SPECS/split-transactions--promote-2/g.spec | 13 +++++++++++++ t/data/SPECS/split-transactions--promote-2/h.spec | 13 +++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 t/data/SPECS/split-transactions--promote-1/g.spec create mode 100644 t/data/SPECS/split-transactions--promote-1/h.spec create mode 100644 t/data/SPECS/split-transactions--promote-2/g.spec create mode 100644 t/data/SPECS/split-transactions--promote-2/h.spec (limited to 't/data') diff --git a/t/data/SPECS/split-transactions--promote-1/g.spec b/t/data/SPECS/split-transactions--promote-1/g.spec new file mode 100644 index 00000000..e82f1bf0 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/g.spec @@ -0,0 +1,13 @@ +Summary: x +Name: g +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-1/h.spec b/t/data/SPECS/split-transactions--promote-1/h.spec new file mode 100644 index 00000000..7e98e6c9 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/h.spec @@ -0,0 +1,14 @@ +Summary: x +Name: h +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Conflicts: g > 1 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-2/g.spec b/t/data/SPECS/split-transactions--promote-2/g.spec new file mode 100644 index 00000000..02d5dbfe --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/g.spec @@ -0,0 +1,13 @@ +Summary: x +Name: g +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-2/h.spec b/t/data/SPECS/split-transactions--promote-2/h.spec new file mode 100644 index 00000000..2bbcc00d --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/h.spec @@ -0,0 +1,13 @@ +Summary: x +Name: h +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files -- cgit v1.2.1