From c045d29f13a8dccc7be229cd6e68f721d2c00c1a Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Wed, 5 Aug 2009 21:23:05 +0000 Subject: Add urpmi testcase for bug #52667. (disabled until fixed) --- t/data/SPECS/split-transactions--promote-1/l.spec | 14 ++++++++++++++ t/data/SPECS/split-transactions--promote-1/m.spec | 14 ++++++++++++++ t/data/SPECS/split-transactions--promote-1/n.spec | 14 ++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 t/data/SPECS/split-transactions--promote-1/l.spec create mode 100644 t/data/SPECS/split-transactions--promote-1/m.spec create mode 100644 t/data/SPECS/split-transactions--promote-1/n.spec (limited to 't/data/SPECS/split-transactions--promote-1') diff --git a/t/data/SPECS/split-transactions--promote-1/l.spec b/t/data/SPECS/split-transactions--promote-1/l.spec new file mode 100644 index 00000000..73ce8e20 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/l.spec @@ -0,0 +1,14 @@ +Summary: x +Name: l +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: k +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-1/m.spec b/t/data/SPECS/split-transactions--promote-1/m.spec new file mode 100644 index 00000000..d2771e6f --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/m.spec @@ -0,0 +1,14 @@ +Summary: x +Name: m +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: k +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-1/n.spec b/t/data/SPECS/split-transactions--promote-1/n.spec new file mode 100644 index 00000000..70266840 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/n.spec @@ -0,0 +1,14 @@ +Summary: x +Name: n +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: m +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files -- cgit v1.2.1