From 57a4d47a7977a076a80602bdfa85a64c163f0502 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 18 Jan 2008 13:43:58 +0000 Subject: add some tests (including a failing one) --- t/data/SPECS/handle-conflict-deps/c.spec | 14 ++++++++++++++ t/data/SPECS/handle-conflict-deps/d.spec | 13 +++++++++++++ t/data/SPECS/handle-conflict-deps/e.spec | 14 ++++++++++++++ t/data/SPECS/handle-conflict-deps/f.spec | 14 ++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 t/data/SPECS/handle-conflict-deps/c.spec create mode 100644 t/data/SPECS/handle-conflict-deps/d.spec create mode 100644 t/data/SPECS/handle-conflict-deps/e.spec create mode 100644 t/data/SPECS/handle-conflict-deps/f.spec (limited to 't/data/SPECS') diff --git a/t/data/SPECS/handle-conflict-deps/c.spec b/t/data/SPECS/handle-conflict-deps/c.spec new file mode 100644 index 00000000..4d9d94e5 --- /dev/null +++ b/t/data/SPECS/handle-conflict-deps/c.spec @@ -0,0 +1,14 @@ +Summary: x +Name: c +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Conflicts: d + +%description +x + +%files diff --git a/t/data/SPECS/handle-conflict-deps/d.spec b/t/data/SPECS/handle-conflict-deps/d.spec new file mode 100644 index 00000000..350fc843 --- /dev/null +++ b/t/data/SPECS/handle-conflict-deps/d.spec @@ -0,0 +1,13 @@ +Summary: x +Name: d +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/handle-conflict-deps/e.spec b/t/data/SPECS/handle-conflict-deps/e.spec new file mode 100644 index 00000000..2acde237 --- /dev/null +++ b/t/data/SPECS/handle-conflict-deps/e.spec @@ -0,0 +1,14 @@ +Summary: x +Name: e +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Conflicts: ff + +%description +x + +%files diff --git a/t/data/SPECS/handle-conflict-deps/f.spec b/t/data/SPECS/handle-conflict-deps/f.spec new file mode 100644 index 00000000..b017fe58 --- /dev/null +++ b/t/data/SPECS/handle-conflict-deps/f.spec @@ -0,0 +1,14 @@ +Summary: x +Name: f +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Provides: ff + +%description +x + +%files -- cgit v1.2.1