summaryrefslogtreecommitdiffstats
path: root/t/data
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-07 11:29:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-07 11:29:03 +0000
commita50f282e577e45d929902d342554f9a3519b9901 (patch)
tree5b6c7191ec8912038a85ba9ef933b47bcd1e4118 /t/data
parente4179a5e22b5ddfa6ebbc5cbbb7abad0f0f149a9 (diff)
downloadurpmi-a50f282e577e45d929902d342554f9a3519b9901.tar
urpmi-a50f282e577e45d929902d342554f9a3519b9901.tar.gz
urpmi-a50f282e577e45d929902d342554f9a3519b9901.tar.bz2
urpmi-a50f282e577e45d929902d342554f9a3519b9901.tar.xz
urpmi-a50f282e577e45d929902d342554f9a3519b9901.zip
add a simple test case for promotion on conflict
Diffstat (limited to 't/data')
-rw-r--r--t/data/SPECS/split-transactions--promote-1/e.spec13
-rw-r--r--t/data/SPECS/split-transactions--promote-1/f.spec13
-rw-r--r--t/data/SPECS/split-transactions--promote-2/e.spec14
-rw-r--r--t/data/SPECS/split-transactions--promote-2/f.spec13
4 files changed, 53 insertions, 0 deletions
diff --git a/t/data/SPECS/split-transactions--promote-1/e.spec b/t/data/SPECS/split-transactions--promote-1/e.spec
new file mode 100644
index 00000000..fc55824e
--- /dev/null
+++ b/t/data/SPECS/split-transactions--promote-1/e.spec
@@ -0,0 +1,13 @@
+Summary: x
+Name: e
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/split-transactions--promote-1/f.spec b/t/data/SPECS/split-transactions--promote-1/f.spec
new file mode 100644
index 00000000..33b16b57
--- /dev/null
+++ b/t/data/SPECS/split-transactions--promote-1/f.spec
@@ -0,0 +1,13 @@
+Summary: x
+Name: f
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/split-transactions--promote-2/e.spec b/t/data/SPECS/split-transactions--promote-2/e.spec
new file mode 100644
index 00000000..c3252dce
--- /dev/null
+++ b/t/data/SPECS/split-transactions--promote-2/e.spec
@@ -0,0 +1,14 @@
+Summary: x
+Name: e
+Version: 2
+Release: 1
+License: x
+Group: x
+Url: x
+Conflicts: f <= 1
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/split-transactions--promote-2/f.spec b/t/data/SPECS/split-transactions--promote-2/f.spec
new file mode 100644
index 00000000..9b6d3347
--- /dev/null
+++ b/t/data/SPECS/split-transactions--promote-2/f.spec
@@ -0,0 +1,13 @@
+Summary: x
+Name: f
+Version: 2
+Release: 1
+License: x
+Group: x
+Url: x
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files