From 1b7039f177bc44038fcd2f21b506c7ee36e289b2 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Mon, 6 Jul 2009 22:34:44 +0000 Subject: Add testcase for bug #50666 (failing-promotion) --- t/data/SPECS/failing-promotion/a-1.spec | 13 +++++++++++++ t/data/SPECS/failing-promotion/a-2.spec | 13 +++++++++++++ t/data/SPECS/failing-promotion/b-1.spec | 14 ++++++++++++++ t/data/SPECS/failing-promotion/b-2.spec | 14 ++++++++++++++ t/data/SPECS/failing-promotion/c-1.spec | 14 ++++++++++++++ t/data/SPECS/failing-promotion/c-2.spec | 14 ++++++++++++++ 6 files changed, 82 insertions(+) create mode 100644 t/data/SPECS/failing-promotion/a-1.spec create mode 100644 t/data/SPECS/failing-promotion/a-2.spec create mode 100644 t/data/SPECS/failing-promotion/b-1.spec create mode 100644 t/data/SPECS/failing-promotion/b-2.spec create mode 100644 t/data/SPECS/failing-promotion/c-1.spec create mode 100644 t/data/SPECS/failing-promotion/c-2.spec (limited to 't/data/SPECS') diff --git a/t/data/SPECS/failing-promotion/a-1.spec b/t/data/SPECS/failing-promotion/a-1.spec new file mode 100644 index 00000000..f75c94d2 --- /dev/null +++ b/t/data/SPECS/failing-promotion/a-1.spec @@ -0,0 +1,13 @@ +Summary: x +Name: a +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/failing-promotion/a-2.spec b/t/data/SPECS/failing-promotion/a-2.spec new file mode 100644 index 00000000..0cd2afc8 --- /dev/null +++ b/t/data/SPECS/failing-promotion/a-2.spec @@ -0,0 +1,13 @@ +Summary: x +Name: a +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/failing-promotion/b-1.spec b/t/data/SPECS/failing-promotion/b-1.spec new file mode 100644 index 00000000..b379d4c1 --- /dev/null +++ b/t/data/SPECS/failing-promotion/b-1.spec @@ -0,0 +1,14 @@ +Summary: x +Name: b +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: c +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/failing-promotion/b-2.spec b/t/data/SPECS/failing-promotion/b-2.spec new file mode 100644 index 00000000..2095eeb1 --- /dev/null +++ b/t/data/SPECS/failing-promotion/b-2.spec @@ -0,0 +1,14 @@ +Summary: x +Name: b +Version: 2 +Release: 1 +License: x +Group: x +Url: x +Requires: c +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/failing-promotion/c-1.spec b/t/data/SPECS/failing-promotion/c-1.spec new file mode 100644 index 00000000..08794647 --- /dev/null +++ b/t/data/SPECS/failing-promotion/c-1.spec @@ -0,0 +1,14 @@ +Summary: x +Name: c +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: a = 1 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/failing-promotion/c-2.spec b/t/data/SPECS/failing-promotion/c-2.spec new file mode 100644 index 00000000..614e84e3 --- /dev/null +++ b/t/data/SPECS/failing-promotion/c-2.spec @@ -0,0 +1,14 @@ +Summary: x +Name: c +Version: 2 +Release: 1 +License: x +Group: x +Url: x +Requires: d +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files -- cgit v1.2.1