summaryrefslogtreecommitdiffstats
path: root/t/data
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-07 10:57:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-07 10:57:15 +0000
commit9afe7eeb0e2c0dec3db66b4a76477a83f049e6c8 (patch)
tree9f3be3af8f285dd91b1b1ab805433e2b0107efc1 /t/data
parent4ee72f65125db2ad4012ca2042f27a1ba65cc594 (diff)
downloadurpmi-9afe7eeb0e2c0dec3db66b4a76477a83f049e6c8.tar
urpmi-9afe7eeb0e2c0dec3db66b4a76477a83f049e6c8.tar.gz
urpmi-9afe7eeb0e2c0dec3db66b4a76477a83f049e6c8.tar.bz2
urpmi-9afe7eeb0e2c0dec3db66b4a76477a83f049e6c8.tar.xz
urpmi-9afe7eeb0e2c0dec3db66b4a76477a83f049e6c8.zip
add a test showing promotion of a new package on missing require
Diffstat (limited to 't/data')
-rw-r--r--t/data/SPECS/split-transactions--strict-require-1/c.spec14
-rw-r--r--t/data/SPECS/split-transactions--strict-require-1/d1.spec14
-rw-r--r--t/data/SPECS/split-transactions--strict-require-1/d2.spec13
-rw-r--r--t/data/SPECS/split-transactions--strict-require-2/d1.spec13
-rw-r--r--t/data/SPECS/split-transactions--strict-require-2/d2.spec14
5 files changed, 68 insertions, 0 deletions
diff --git a/t/data/SPECS/split-transactions--strict-require-1/c.spec b/t/data/SPECS/split-transactions--strict-require-1/c.spec
new file mode 100644
index 00000000..3331a997
--- /dev/null
+++ b/t/data/SPECS/split-transactions--strict-require-1/c.spec
@@ -0,0 +1,14 @@
+Summary: x
+Name: c
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+Requires: d
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/split-transactions--strict-require-1/d1.spec b/t/data/SPECS/split-transactions--strict-require-1/d1.spec
new file mode 100644
index 00000000..315d23e2
--- /dev/null
+++ b/t/data/SPECS/split-transactions--strict-require-1/d1.spec
@@ -0,0 +1,14 @@
+Summary: x
+Name: d1
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+Provides: d
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/split-transactions--strict-require-1/d2.spec b/t/data/SPECS/split-transactions--strict-require-1/d2.spec
new file mode 100644
index 00000000..02a66360
--- /dev/null
+++ b/t/data/SPECS/split-transactions--strict-require-1/d2.spec
@@ -0,0 +1,13 @@
+Summary: x
+Name: d2
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files
diff --git a/t/data/SPECS/split-transactions--strict-require-2/d1.spec b/t/data/SPECS/split-transactions--strict-require-2/d1.spec
new file mode 100644
index 00000000..ff13b4a7
--- /dev/null
+++ b/t/data/SPECS/split-transactions--strict-require-2/d1.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/split-transactions--strict-require-2/d2.spec b/t/data/SPECS/split-transactions--strict-require-2/d2.spec
new file mode 100644
index 00000000..2e36fa7a
--- /dev/null
+++ b/t/data/SPECS/split-transactions--strict-require-2/d2.spec
@@ -0,0 +1,14 @@
+Summary: x
+Name: d2
+Version: 2
+Release: 1
+License: x
+Group: x
+Url: x
+Provides: d
+BuildRoot: %{_tmppath}/%{name}
+
+%description
+x
+
+%files