diff options
author | Anssi Hannula <anssi@mandriva.org> | 2009-08-05 21:23:05 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2009-08-05 21:23:05 +0000 |
commit | c045d29f13a8dccc7be229cd6e68f721d2c00c1a (patch) | |
tree | fafc390cce56cd0a3aed2eb858e48948558362e1 /t/data/SPECS | |
parent | 47ea9764f70de9682fa0b38329dd56d21d984381 (diff) | |
download | urpmi-c045d29f13a8dccc7be229cd6e68f721d2c00c1a.tar urpmi-c045d29f13a8dccc7be229cd6e68f721d2c00c1a.tar.gz urpmi-c045d29f13a8dccc7be229cd6e68f721d2c00c1a.tar.bz2 urpmi-c045d29f13a8dccc7be229cd6e68f721d2c00c1a.tar.xz urpmi-c045d29f13a8dccc7be229cd6e68f721d2c00c1a.zip |
Add urpmi testcase for bug #52667. (disabled until fixed)
Diffstat (limited to 't/data/SPECS')
-rw-r--r-- | t/data/SPECS/split-transactions--promote-1/l.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-1/m.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-1/n.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-2/l.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-2/m.spec | 13 |
5 files changed, 69 insertions, 0 deletions
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 diff --git a/t/data/SPECS/split-transactions--promote-2/l.spec b/t/data/SPECS/split-transactions--promote-2/l.spec new file mode 100644 index 00000000..051e1d6f --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/l.spec @@ -0,0 +1,14 @@ +Summary: x +Name: l +Version: 2 +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-2/m.spec b/t/data/SPECS/split-transactions--promote-2/m.spec new file mode 100644 index 00000000..63511663 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/m.spec @@ -0,0 +1,13 @@ +Summary: x +Name: m +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |