summaryrefslogtreecommitdiffstats
path: root/t/data
diff options
context:
space:
mode:
authorAnssi Hannula <anssi@mandriva.org>2010-01-24 15:15:09 +0000
committerAnssi Hannula <anssi@mandriva.org>2010-01-24 15:15:09 +0000
commit4d2422f8f9419d42fff5366d2ff9ff7f92973fee (patch)
tree7b638bdaab8d5cb12880c99a16b6323ac626690f /t/data
parentbaf12a8c142532799d2002884b4c82ca791c99c4 (diff)
downloadurpmi-4d2422f8f9419d42fff5366d2ff9ff7f92973fee.tar
urpmi-4d2422f8f9419d42fff5366d2ff9ff7f92973fee.tar.gz
urpmi-4d2422f8f9419d42fff5366d2ff9ff7f92973fee.tar.bz2
urpmi-4d2422f8f9419d42fff5366d2ff9ff7f92973fee.tar.xz
urpmi-4d2422f8f9419d42fff5366d2ff9ff7f92973fee.zip
Add urpmi testcase for bug #57224 (disabled until fixed)
Diffstat (limited to 't/data')
-rw-r--r--t/data/SPECS/failing-promotion/e-1.spec14
-rw-r--r--t/data/SPECS/failing-promotion/e-2.spec14
-rw-r--r--t/data/SPECS/failing-promotion/f1-i586.spec14
-rw-r--r--t/data/SPECS/failing-promotion/f1-x86_64.spec15
-rw-r--r--t/data/SPECS/failing-promotion/f2.spec15
5 files changed, 72 insertions, 0 deletions
diff --git a/t/data/SPECS/failing-promotion/e-1.spec b/t/data/SPECS/failing-promotion/e-1.spec
new file mode 100644
index 00000000..776e7129
--- /dev/null
+++ b/t/data/SPECS/failing-promotion/e-1.spec
@@ -0,0 +1,14 @@
+Summary: x
+Name: e
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+Requires: f
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/failing-promotion/e-2.spec b/t/data/SPECS/failing-promotion/e-2.spec
new file mode 100644
index 00000000..14b0e7c9
--- /dev/null
+++ b/t/data/SPECS/failing-promotion/e-2.spec
@@ -0,0 +1,14 @@
+Summary: x
+Name: e
+Version: 2
+Release: 1
+License: x
+Group: x
+Url: x
+Requires: f
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/failing-promotion/f1-i586.spec b/t/data/SPECS/failing-promotion/f1-i586.spec
new file mode 100644
index 00000000..58f07ec0
--- /dev/null
+++ b/t/data/SPECS/failing-promotion/f1-i586.spec
@@ -0,0 +1,14 @@
+Summary: x
+Name: f1
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+Provides: f
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/failing-promotion/f1-x86_64.spec b/t/data/SPECS/failing-promotion/f1-x86_64.spec
new file mode 100644
index 00000000..bd46aefb
--- /dev/null
+++ b/t/data/SPECS/failing-promotion/f1-x86_64.spec
@@ -0,0 +1,15 @@
+Summary: x
+Name: f1
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+Requires: a = 1
+Provides: f
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/failing-promotion/f2.spec b/t/data/SPECS/failing-promotion/f2.spec
new file mode 100644
index 00000000..0c3f99f5
--- /dev/null
+++ b/t/data/SPECS/failing-promotion/f2.spec
@@ -0,0 +1,15 @@
+Summary: x
+Name: f2
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+Provides: f
+Conflicts: a = 2
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files