summaryrefslogtreecommitdiffstats
path: root/t/data
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-04-03 16:07:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-04-03 16:07:10 +0000
commit591d7db0085822313892144b32e1d55f840007a4 (patch)
tree37805fb419715da1e3bc3061272fa67fd90e91f8 /t/data
parentde25ad034d6be60e3c6a00a4b1bfe787ec83cf9b (diff)
downloadurpmi-591d7db0085822313892144b32e1d55f840007a4.tar
urpmi-591d7db0085822313892144b32e1d55f840007a4.tar.gz
urpmi-591d7db0085822313892144b32e1d55f840007a4.tar.bz2
urpmi-591d7db0085822313892144b32e1d55f840007a4.tar.xz
urpmi-591d7db0085822313892144b32e1d55f840007a4.zip
add a test case for something that currently fails
Diffstat (limited to 't/data')
-rw-r--r--t/data/SPECS/handle-conflict-deps2/a1-1.spec13
-rw-r--r--t/data/SPECS/handle-conflict-deps2/a1-2.spec13
-rw-r--r--t/data/SPECS/handle-conflict-deps2/a2.spec14
-rw-r--r--t/data/SPECS/handle-conflict-deps2/b-1.spec13
-rw-r--r--t/data/SPECS/handle-conflict-deps2/b-2.spec14
-rw-r--r--t/data/SPECS/handle-conflict-deps2/c-1.spec13
-rw-r--r--t/data/SPECS/handle-conflict-deps2/c-2.spec14
-rw-r--r--t/data/SPECS/handle-conflict-deps2/d1-1.spec13
-rw-r--r--t/data/SPECS/handle-conflict-deps2/d1-2.spec13
-rw-r--r--t/data/SPECS/handle-conflict-deps2/d2.spec14
10 files changed, 134 insertions, 0 deletions
diff --git a/t/data/SPECS/handle-conflict-deps2/a1-1.spec b/t/data/SPECS/handle-conflict-deps2/a1-1.spec
new file mode 100644
index 00000000..68601814
--- /dev/null
+++ b/t/data/SPECS/handle-conflict-deps2/a1-1.spec
@@ -0,0 +1,13 @@
+Summary: x
+Name: a1
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/handle-conflict-deps2/a1-2.spec b/t/data/SPECS/handle-conflict-deps2/a1-2.spec
new file mode 100644
index 00000000..a5f35215
--- /dev/null
+++ b/t/data/SPECS/handle-conflict-deps2/a1-2.spec
@@ -0,0 +1,13 @@
+Summary: x
+Name: a1
+Version: 2
+Release: 1
+License: x
+Group: x
+Url: x
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/handle-conflict-deps2/a2.spec b/t/data/SPECS/handle-conflict-deps2/a2.spec
new file mode 100644
index 00000000..04df40f7
--- /dev/null
+++ b/t/data/SPECS/handle-conflict-deps2/a2.spec
@@ -0,0 +1,14 @@
+Summary: x
+Name: a2
+Version: 2
+Release: 1
+License: x
+Group: x
+Url: x
+Conflicts: a1
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/handle-conflict-deps2/b-1.spec b/t/data/SPECS/handle-conflict-deps2/b-1.spec
new file mode 100644
index 00000000..337a7807
--- /dev/null
+++ b/t/data/SPECS/handle-conflict-deps2/b-1.spec
@@ -0,0 +1,13 @@
+Summary: x
+Name: b
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/handle-conflict-deps2/b-2.spec b/t/data/SPECS/handle-conflict-deps2/b-2.spec
new file mode 100644
index 00000000..ad90689a
--- /dev/null
+++ b/t/data/SPECS/handle-conflict-deps2/b-2.spec
@@ -0,0 +1,14 @@
+Summary: x
+Name: b
+Version: 2
+Release: 1
+License: x
+Group: x
+Url: x
+Requires: a2
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/handle-conflict-deps2/c-1.spec b/t/data/SPECS/handle-conflict-deps2/c-1.spec
new file mode 100644
index 00000000..21381cf9
--- /dev/null
+++ b/t/data/SPECS/handle-conflict-deps2/c-1.spec
@@ -0,0 +1,13 @@
+Summary: x
+Name: c
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/handle-conflict-deps2/c-2.spec b/t/data/SPECS/handle-conflict-deps2/c-2.spec
new file mode 100644
index 00000000..f16d1549
--- /dev/null
+++ b/t/data/SPECS/handle-conflict-deps2/c-2.spec
@@ -0,0 +1,14 @@
+Summary: x
+Name: c
+Version: 2
+Release: 1
+License: x
+Group: x
+Url: x
+Requires: d2
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/handle-conflict-deps2/d1-1.spec b/t/data/SPECS/handle-conflict-deps2/d1-1.spec
new file mode 100644
index 00000000..80b71d34
--- /dev/null
+++ b/t/data/SPECS/handle-conflict-deps2/d1-1.spec
@@ -0,0 +1,13 @@
+Summary: x
+Name: d1
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/handle-conflict-deps2/d1-2.spec b/t/data/SPECS/handle-conflict-deps2/d1-2.spec
new file mode 100644
index 00000000..ff13b4a7
--- /dev/null
+++ b/t/data/SPECS/handle-conflict-deps2/d1-2.spec
@@ -0,0 +1,13 @@
+Summary: x
+Name: d1
+Version: 2
+Release: 1
+License: x
+Group: x
+Url: x
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/handle-conflict-deps2/d2.spec b/t/data/SPECS/handle-conflict-deps2/d2.spec
new file mode 100644
index 00000000..807c4e51
--- /dev/null
+++ b/t/data/SPECS/handle-conflict-deps2/d2.spec
@@ -0,0 +1,14 @@
+Summary: x
+Name: d2
+Version: 2
+Release: 1
+License: x
+Group: x
+Url: x
+Conflicts: d1
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files